Html Css Color HEX #CFDD48 Las Palmas

📋 copy color: '#CFDD48'

red 207 ◦ green 221 ◦ blue 72

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

Shades of Las Palmas #CFDD48

Tints of Las Palmas #CFDD48

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.2%

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

R = 41.4%
G = 44.2%
B = 14.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#CFDD48 (or 0xCFDD48) is known color: Las Palmas. HEX triplet: CF, DD and 48. RGB value is (207,221,72). Sum of RGB (Red+Green+Blue) = 207+221+72=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDD48 is #3022B7. Grayscale: #C8C8C8. Windows color (decimal): -3154616 or 4775375. OLE color: 4775375.

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

Color convert

RGB 207 221 72 -
CMYK 0.06 0 0.67 0.13
HSL 65.64º 0.69% 0.57% -
HSV(B) 65.64º 0.67% 0.87% -
XYZ 52.76 65.45 15.98 -
YUV 199.83 55.86 133.12 -
System Red Green Blue C M Y K H S L
Decimal 207 221 72 0.06 0 0.67 0.13 65.64 0.69 0.57
Hex CF DD 48 6 0 43 D 42 45 39
Octal 317 335 110 6 0 103 15 102 105 71
Binary 11001111 11011101 1001000 110 0 1000011 1101 1000010 1000101 111001

Color Harmonies of #CFDD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD48

Black with #CFDD48

Text Example


Text Example

White with #CFDD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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