Html Css Color HEX #CFDE4A Las Palmas

📋 copy color: '#CFDE4A'

red 207 ◦ green 222 ◦ blue 74

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

Shades of Las Palmas #CFDE4A

Tints of Las Palmas #CFDE4A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.14%

 BLUE value IS 74 (29.3% from 255) = 14.71%

R = 41.15%
G = 44.14%
B = 14.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#CFDE4A (or 0xCFDE4A) is known color: Las Palmas. HEX triplet: CF, DE and 4A. RGB value is (207,222,74). Sum of RGB (Red+Green+Blue) = 207+222+74=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDE4A is #3021B5. Grayscale: #C9C9C9. Windows color (decimal): -3154358 or 4906703. OLE color: 4906703.

HSL color Cylindrical-coordinate representation of color #CFDE4A: hue angle of 66.08º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFDE4A is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 222 74 -
CMYK 0.07 0 0.67 0.13
HSL 66.08º 0.69% 0.58% -
HSV(B) 66.08º 0.67% 0.87% -
XYZ 53.09 66 16.42 -
YUV 200.64 56.53 132.53 -
System Red Green Blue C M Y K H S L
Decimal 207 222 74 0.07 0 0.67 0.13 66.08 0.69 0.58
Hex CF DE 4A 7 0 43 D 42 45 3A
Octal 317 336 112 7 0 103 15 102 105 72
Binary 11001111 11011110 1001010 111 0 1000011 1101 1000010 1000101 111010

Color Harmonies of #CFDE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDE4A

Black with #CFDE4A

Text Example


Text Example

White with #CFDE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDE4A; }

 p { color: rgb(207,222,74); }

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

background-color css

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

 a { background-color: rgb(207,222,74); }

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

border-color css

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

 span { border-color: rgb(207,222,74); }

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