Html Css Color HEX #CBE54E Las Palmas

📋 copy color: '#CBE54E'

red 203 ◦ green 229 ◦ blue 78

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

Shades of Las Palmas #CBE54E

Tints of Las Palmas #CBE54E

RGB

 RED value IS 203 (79.69% from 255) = 39.8%

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

 BLUE value IS 78 (30.86% from 255) = 15.29%

R = 39.8%
G = 44.9%
B = 15.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#CBE54E (or 0xCBE54E) is known color: Las Palmas. HEX triplet: CB, E5 and 4E. RGB value is (203,229,78). Sum of RGB (Red+Green+Blue) = 203+229+78=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 78 (30.86% from 255 or 15.29% from 510); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE54E is #341AB1. Grayscale: #CCCCCC. Windows color (decimal): -3414706 or 5170635. OLE color: 5170635.

HSL color Cylindrical-coordinate representation of color #CBE54E: hue angle of 70.33º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBE54E is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 229 78 -
CMYK 0.11 0 0.66 0.10
HSL 70.33º 0.74% 0.6% -
HSV(B) 70.33º 0.66% 0.9% -
XYZ 54.02 69.29 17.73 -
YUV 204.01 56.89 127.28 -
System Red Green Blue C M Y K H S L
Decimal 203 229 78 0.11 0 0.66 0.10 70.33 0.74 0.6
Hex CB E5 4E B 0 42 A 46 4A 3C
Octal 313 345 116 13 0 102 12 106 112 74
Binary 11001011 11100101 1001110 1011 0 1000010 1010 1000110 1001010 111100

Color Harmonies of #CBE54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE54E

Black with #CBE54E

Text Example


Text Example

White with #CBE54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE54E; }

 p { color: rgb(203,229,78); }

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

background-color css

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

 a { background-color: rgb(203,229,78); }

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

border-color css

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

 span { border-color: rgb(203,229,78); }

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