Html Css Color HEX #CFDB4A Las Palmas

📋 copy color: '#CFDB4A'

red 207 ◦ green 219 ◦ blue 74

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

Shades of Las Palmas #CFDB4A

Tints of Las Palmas #CFDB4A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.8%

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

R = 41.4%
G = 43.8%
B = 14.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#CFDB4A (or 0xCFDB4A) is known color: Las Palmas. HEX triplet: CF, DB and 4A. RGB value is (207,219,74). Sum of RGB (Red+Green+Blue) = 207+219+74=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB4A is #3024B5. Grayscale: #C7C7C7. Windows color (decimal): -3155126 or 4905935. OLE color: 4905935.

HSL color Cylindrical-coordinate representation of color #CFDB4A: hue angle of 64.97º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFDB4A is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 219 74 -
CMYK 0.05 0 0.66 0.14
HSL 64.97º 0.67% 0.57% -
HSV(B) 64.97º 0.66% 0.86% -
XYZ 52.3 64.42 16.16 -
YUV 198.88 57.52 133.79 -
System Red Green Blue C M Y K H S L
Decimal 207 219 74 0.05 0 0.66 0.14 64.97 0.67 0.57
Hex CF DB 4A 5 0 42 E 41 43 39
Octal 317 333 112 5 0 102 16 101 103 71
Binary 11001111 11011011 1001010 101 0 1000010 1110 1000001 1000011 111001

Color Harmonies of #CFDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB4A

Black with #CFDB4A

Text Example


Text Example

White with #CFDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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