Html Css Color HEX #CBE53C Las Palmas

📋 copy color: '#CBE53C'

red 203 ◦ green 229 ◦ blue 60

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

Shades of Las Palmas #CBE53C

Tints of Las Palmas #CBE53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.2%

R = 41.26%
G = 46.54%
B = 12.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#CBE53C (or 0xCBE53C) is known color: Las Palmas. HEX triplet: CB, E5 and 3C. RGB value is (203,229,60). Sum of RGB (Red+Green+Blue) = 203+229+60=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 60 (23.83% from 255 or 12.20% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE53C is #341AC3. Grayscale: #CACACA. Windows color (decimal): -3414724 or 3990987. OLE color: 3990987.

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

Color convert

RGB 203 229 60 -
CMYK 0.11 0 0.74 0.10
HSL 69.23º 0.76% 0.57% -
HSV(B) 69.23º 0.74% 0.9% -
XYZ 53.46 69.06 14.79 -
YUV 201.96 47.89 128.74 -
System Red Green Blue C M Y K H S L
Decimal 203 229 60 0.11 0 0.74 0.10 69.23 0.76 0.57
Hex CB E5 3C B 0 4A A 45 4C 39
Octal 313 345 74 13 0 112 12 105 114 71
Binary 11001011 11100101 111100 1011 0 1001010 1010 1000101 1001100 111001

Color Harmonies of #CBE53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE53C

Black with #CBE53C

Text Example


Text Example

White with #CBE53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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