Html Css Color HEX #CFD94C Las Palmas

📋 copy color: '#CFD94C'

red 207 ◦ green 217 ◦ blue 76

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

Shades of Las Palmas #CFD94C

Tints of Las Palmas #CFD94C

RGB

 RED value IS 207 (81.25% from 255) = 41.4%

 GREEN value IS 217 (85.16% from 255) = 43.4%

 BLUE value IS 76 (30.08% from 255) = 15.2%

R = 41.4%
G = 43.4%
B = 15.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#CFD94C (or 0xCFD94C) is known color: Las Palmas. HEX triplet: CF, D9 and 4C. RGB value is (207,217,76). Sum of RGB (Red+Green+Blue) = 207+217+76=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD94C is #3026B3. Grayscale: #C6C6C6. Windows color (decimal): -3155636 or 5036495. OLE color: 5036495.

HSL color Cylindrical-coordinate representation of color #CFD94C: hue angle of 64.26º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFD94C is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 217 76 -
CMYK 0.05 0 0.65 0.15
HSL 64.26º 0.65% 0.57% -
HSV(B) 64.26º 0.65% 0.85% -
XYZ 51.85 63.41 16.34 -
YUV 197.94 59.19 134.46 -
System Red Green Blue C M Y K H S L
Decimal 207 217 76 0.05 0 0.65 0.15 64.26 0.65 0.57
Hex CF D9 4C 5 0 41 F 40 41 39
Octal 317 331 114 5 0 101 17 100 101 71
Binary 11001111 11011001 1001100 101 0 1000001 1111 1000000 1000001 111001

Color Harmonies of #CFD94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD94C

Black with #CFD94C

Text Example


Text Example

White with #CFD94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD94C; }

 p { color: rgb(207,217,76); }

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

background-color css

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

 a { background-color: rgb(207,217,76); }

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

border-color css

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

 span { border-color: rgb(207,217,76); }

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