Html Css Color HEX #CBE040 Las Palmas

📋 copy color: '#CBE040'

red 203 ◦ green 224 ◦ blue 64

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

Shades of Las Palmas #CBE040

Tints of Las Palmas #CBE040

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.62%

 BLUE value IS 64 (25.39% from 255) = 13.03%

R = 41.34%
G = 45.62%
B = 13.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#CBE040 (or 0xCBE040) is known color: Las Palmas. HEX triplet: CB, E0 and 40. RGB value is (203,224,64). Sum of RGB (Red+Green+Blue) = 203+224+64=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE040 is #341FBF. Grayscale: #C8C8C8. Windows color (decimal): -3416000 or 4251851. OLE color: 4251851.

HSL color Cylindrical-coordinate representation of color #CBE040: hue angle of 67.88º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBE040 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 224 64 -
CMYK 0.09 0 0.71 0.12
HSL 67.88º 0.72% 0.56% -
HSV(B) 67.88º 0.71% 0.88% -
XYZ 52.21 66.38 14.91 -
YUV 199.48 51.54 130.51 -
System Red Green Blue C M Y K H S L
Decimal 203 224 64 0.09 0 0.71 0.12 67.88 0.72 0.56
Hex CB E0 40 9 0 47 C 44 48 38
Octal 313 340 100 11 0 107 14 104 110 70
Binary 11001011 11100000 1000000 1001 0 1000111 1100 1000100 1001000 111000

Color Harmonies of #CBE040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE040

Black with #CBE040

Text Example


Text Example

White with #CBE040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE040; }

 p { color: rgb(203,224,64); }

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

background-color css

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

 a { background-color: rgb(203,224,64); }

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

border-color css

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

 span { border-color: rgb(203,224,64); }

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