Html Css Color HEX #CBE041 Las Palmas

📋 copy color: '#CBE041'

red 203 ◦ green 224 ◦ blue 65

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

Shades of Las Palmas #CBE041

Tints of Las Palmas #CBE041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.21%

R = 41.26%
G = 45.53%
B = 13.21%

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

#CBE041 (or 0xCBE041) is known color: Las Palmas. HEX triplet: CB, E0 and 41. RGB value is (203,224,65). Sum of RGB (Red+Green+Blue) = 203+224+65=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 65 (25.78% from 255 or 13.21% from 492); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE041 is #341FBE. Grayscale: #C8C8C8. Windows color (decimal): -3415999 or 4317387. OLE color: 4317387.

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

Color convert

RGB 203 224 65 -
CMYK 0.09 0 0.71 0.12
HSL 67.92º 0.72% 0.57% -
HSV(B) 67.92º 0.71% 0.88% -
XYZ 52.24 66.39 15.06 -
YUV 199.6 52.04 130.43 -
System Red Green Blue C M Y K H S L
Decimal 203 224 65 0.09 0 0.71 0.12 67.92 0.72 0.57
Hex CB E0 41 9 0 47 C 44 48 39
Octal 313 340 101 11 0 107 14 104 110 71
Binary 11001011 11100000 1000001 1001 0 1000111 1100 1000100 1001000 111001

Color Harmonies of #CBE041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE041

Black with #CBE041

Text Example


Text Example

White with #CBE041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE041; }

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

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

background-color css

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

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

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

border-color css

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

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

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