Html Css Color HEX #CBE53F Las Palmas

📋 copy color: '#CBE53F'

red 203 ◦ green 229 ◦ blue 63

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

Shades of Las Palmas #CBE53F

Tints of Las Palmas #CBE53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.73%

R = 41.01%
G = 46.26%
B = 12.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#CBE53F (or 0xCBE53F) is known color: Las Palmas. HEX triplet: CB, E5 and 3F. RGB value is (203,229,63). Sum of RGB (Red+Green+Blue) = 203+229+63=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE53F is #341AC0. Grayscale: #CACACA. Windows color (decimal): -3414721 or 4187595. OLE color: 4187595.

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

Color convert

RGB 203 229 63 -
CMYK 0.11 0 0.72 0.10
HSL 69.4º 0.76% 0.57% -
HSV(B) 69.4º 0.72% 0.9% -
XYZ 53.55 69.09 15.22 -
YUV 202.3 49.39 128.5 -
System Red Green Blue C M Y K H S L
Decimal 203 229 63 0.11 0 0.72 0.10 69.4 0.76 0.57
Hex CB E5 3F B 0 48 A 45 4C 39
Octal 313 345 77 13 0 110 12 105 114 71
Binary 11001011 11100101 111111 1011 0 1001000 1010 1000101 1001100 111001

Color Harmonies of #CBE53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE53F

Black with #CBE53F

Text Example


Text Example

White with #CBE53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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