Html Css Color HEX #C1D73F Las Palmas

📋 copy color: '#C1D73F'

red 193 ◦ green 215 ◦ blue 63

#C1D73F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #C1D73F

Tints of Las Palmas #C1D73F

RGB

 RED value IS 193 (75.78% from 255) = 40.98%

 GREEN value IS 215 (84.38% from 255) = 45.65%

 BLUE value IS 63 (25% from 255) = 13.38%

R = 40.98%
G = 45.65%
B = 13.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C1D73F (or 0xC1D73F) is known color: Las Palmas. HEX triplet: C1, D7 and 3F. RGB value is (193,215,63). Sum of RGB (Red+Green+Blue) = 193+215+63=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 63 (25% from 255 or 13.38% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D73F is #3E28C0. Grayscale: #BFBFBF. Windows color (decimal): -4073665 or 4184001. OLE color: 4184001.

HSL color Cylindrical-coordinate representation of color #C1D73F: hue angle of 68.68º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C1D73F is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 215 63 -
CMYK 0.10 0 0.71 0.16
HSL 68.68º 0.66% 0.55% -
HSV(B) 68.68º 0.71% 0.84% -
XYZ 47.19 60.3 13.85 -
YUV 191.09 55.71 129.36 -
System Red Green Blue C M Y K H S L
Decimal 193 215 63 0.10 0 0.71 0.16 68.68 0.66 0.55
Hex C1 D7 3F A 0 47 10 45 42 37
Octal 301 327 77 12 0 107 20 105 102 67
Binary 11000001 11010111 111111 1010 0 1000111 10000 1000101 1000010 110111

Color Harmonies of #C1D73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D73F

Black with #C1D73F

Text Example


Text Example

White with #C1D73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D73F; }

 p { color: rgb(193,215,63); }

 H1.HeaderClassName
 {
   color: #C1D73F;
 }
 .AnyTagClassName
 {
   color: #C1D73F;
 }
</style>

background-color css

<style>
 a { background-color: #C1D73F; }

 a { background-color: rgb(193,215,63); }

 div.DivClassName
 {
   background-color: #C1D73F;
 }
 .BgClassName
 {
   background-color: #C1D73F;
 }
</style>

border-color css

<style>
 span { border-color: #C1D73F; }

 span { border-color: rgb(193,215,63); }

 td.TdClassName
 {
   border-color: #C1D73F;
 }
 .TagClassName
 {
   border-color: #C1D73F;
 }
</style>