Html Css Color HEX #CFE548 Las Palmas

📋 copy color: '#CFE548'

red 207 ◦ green 229 ◦ blue 72

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

Shades of Las Palmas #CFE548

Tints of Las Palmas #CFE548

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.08%

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

R = 40.75%
G = 45.08%
B = 14.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#CFE548 (or 0xCFE548) is known color: Las Palmas. HEX triplet: CF, E5 and 48. RGB value is (207,229,72). Sum of RGB (Red+Green+Blue) = 207+229+72=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE548 is #301AB7. Grayscale: #CDCDCD. Windows color (decimal): -3152568 or 4777423. OLE color: 4777423.

HSL color Cylindrical-coordinate representation of color #CFE548: hue angle of 68.41º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFE548 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 72 -
CMYK 0.10 0 0.69 0.10
HSL 68.41º 0.75% 0.59% -
HSV(B) 68.41º 0.69% 0.9% -
XYZ 54.92 69.77 16.7 -
YUV 204.52 53.21 129.77 -
System Red Green Blue C M Y K H S L
Decimal 207 229 72 0.10 0 0.69 0.10 68.41 0.75 0.59
Hex CF E5 48 A 0 45 A 44 4B 3B
Octal 317 345 110 12 0 105 12 104 113 73
Binary 11001111 11100101 1001000 1010 0 1000101 1010 1000100 1001011 111011

Color Harmonies of #CFE548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE548

Black with #CFE548

Text Example


Text Example

White with #CFE548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE548; }

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

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

background-color css

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

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

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

border-color css

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

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

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