Html Css Color HEX #CBE450 Las Palmas

📋 copy color: '#CBE450'

red 203 ◦ green 228 ◦ blue 80

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

Shades of Las Palmas #CBE450

Tints of Las Palmas #CBE450

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.62%

 BLUE value IS 80 (31.64% from 255) = 15.66%

R = 39.73%
G = 44.62%
B = 15.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#CBE450 (or 0xCBE450) is known color: Las Palmas. HEX triplet: CB, E4 and 50. RGB value is (203,228,80). Sum of RGB (Red+Green+Blue) = 203+228+80=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE450 is #341BAF. Grayscale: #CCCCCC. Windows color (decimal): -3414960 or 5301451. OLE color: 5301451.

HSL color Cylindrical-coordinate representation of color #CBE450: hue angle of 70.14º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBE450 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 228 80 -
CMYK 0.11 0 0.65 0.11
HSL 70.14º 0.73% 0.6% -
HSV(B) 70.14º 0.65% 0.89% -
XYZ 53.82 68.76 18.03 -
YUV 203.65 58.22 127.53 -
System Red Green Blue C M Y K H S L
Decimal 203 228 80 0.11 0 0.65 0.11 70.14 0.73 0.6
Hex CB E4 50 B 0 41 B 46 49 3C
Octal 313 344 120 13 0 101 13 106 111 74
Binary 11001011 11100100 1010000 1011 0 1000001 1011 1000110 1001001 111100

Color Harmonies of #CBE450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE450

Black with #CBE450

Text Example


Text Example

White with #CBE450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE450; }

 p { color: rgb(203,228,80); }

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

background-color css

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

 a { background-color: rgb(203,228,80); }

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

border-color css

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

 span { border-color: rgb(203,228,80); }

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