Html Css Color HEX #CFDF4B Las Palmas

📋 copy color: '#CFDF4B'

red 207 ◦ green 223 ◦ blue 75

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

Shades of Las Palmas #CFDF4B

Tints of Las Palmas #CFDF4B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.16%

 BLUE value IS 75 (29.69% from 255) = 14.85%

R = 40.99%
G = 44.16%
B = 14.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#CFDF4B (or 0xCFDF4B) is known color: Las Palmas. HEX triplet: CF, DF and 4B. RGB value is (207,223,75). Sum of RGB (Red+Green+Blue) = 207+223+75=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 75 (29.69% from 255 or 14.85% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDF4B is #3020B4. Grayscale: #C9C9C9. Windows color (decimal): -3154101 or 4972495. OLE color: 4972495.

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

Color convert

RGB 207 223 75 -
CMYK 0.07 0 0.66 0.13
HSL 66.49º 0.7% 0.58% -
HSV(B) 66.49º 0.66% 0.87% -
XYZ 53.39 66.55 16.69 -
YUV 201.34 56.7 132.03 -
System Red Green Blue C M Y K H S L
Decimal 207 223 75 0.07 0 0.66 0.13 66.49 0.7 0.58
Hex CF DF 4B 7 0 42 D 42 46 3A
Octal 317 337 113 7 0 102 15 102 106 72
Binary 11001111 11011111 1001011 111 0 1000010 1101 1000010 1000110 111010

Color Harmonies of #CFDF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDF4B

Black with #CFDF4B

Text Example


Text Example

White with #CFDF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDF4B; }

 p { color: rgb(207,223,75); }

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

background-color css

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

 a { background-color: rgb(207,223,75); }

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

border-color css

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

 span { border-color: rgb(207,223,75); }

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