Html Css Color HEX #CBE53D Las Palmas

📋 copy color: '#CBE53D'

red 203 ◦ green 229 ◦ blue 61

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

Shades of Las Palmas #CBE53D

Tints of Las Palmas #CBE53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.37%

R = 41.18%
G = 46.45%
B = 12.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#CBE53D (or 0xCBE53D) is known color: Las Palmas. HEX triplet: CB, E5 and 3D. RGB value is (203,229,61). Sum of RGB (Red+Green+Blue) = 203+229+61=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE53D is #341AC2. Grayscale: #CACACA. Windows color (decimal): -3414723 or 4056523. OLE color: 4056523.

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

Color convert

RGB 203 229 61 -
CMYK 0.11 0 0.73 0.10
HSL 69.29º 0.76% 0.57% -
HSV(B) 69.29º 0.73% 0.9% -
XYZ 53.49 69.07 14.93 -
YUV 202.07 48.39 128.66 -
System Red Green Blue C M Y K H S L
Decimal 203 229 61 0.11 0 0.73 0.10 69.29 0.76 0.57
Hex CB E5 3D B 0 49 A 45 4C 39
Octal 313 345 75 13 0 111 12 105 114 71
Binary 11001011 11100101 111101 1011 0 1001001 1010 1000101 1001100 111001

Color Harmonies of #CBE53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE53D

Black with #CBE53D

Text Example


Text Example

White with #CBE53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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