Html Css Color HEX #CFDC48 Las Palmas

📋 copy color: '#CFDC48'

red 207 ◦ green 220 ◦ blue 72

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

Shades of Las Palmas #CFDC48

Tints of Las Palmas #CFDC48

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.09%

 BLUE value IS 72 (28.52% from 255) = 14.43%

R = 41.48%
G = 44.09%
B = 14.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#CFDC48 (or 0xCFDC48) is known color: Las Palmas. HEX triplet: CF, DC and 48. RGB value is (207,220,72). Sum of RGB (Red+Green+Blue) = 207+220+72=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 72 (28.52% from 255 or 14.43% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC48 is #3023B7. Grayscale: #C7C7C7. Windows color (decimal): -3154872 or 4775119. OLE color: 4775119.

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

Color convert

RGB 207 220 72 -
CMYK 0.06 0 0.67 0.14
HSL 65.27º 0.68% 0.57% -
HSV(B) 65.27º 0.67% 0.86% -
XYZ 52.5 64.92 15.89 -
YUV 199.24 56.19 133.53 -
System Red Green Blue C M Y K H S L
Decimal 207 220 72 0.06 0 0.67 0.14 65.27 0.68 0.57
Hex CF DC 48 6 0 43 E 41 44 39
Octal 317 334 110 6 0 103 16 101 104 71
Binary 11001111 11011100 1001000 110 0 1000011 1110 1000001 1000100 111001

Color Harmonies of #CFDC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC48

Black with #CFDC48

Text Example


Text Example

White with #CFDC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC48; }

 p { color: rgb(207,220,72); }

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

background-color css

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

 a { background-color: rgb(207,220,72); }

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

border-color css

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

 span { border-color: rgb(207,220,72); }

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