Html Css Color HEX #CBE150 Las Palmas

📋 copy color: '#CBE150'

red 203 ◦ green 225 ◦ blue 80

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

Shades of Las Palmas #CBE150

Tints of Las Palmas #CBE150

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.29%

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

R = 39.96%
G = 44.29%
B = 15.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#CBE150 (or 0xCBE150) is known color: Las Palmas. HEX triplet: CB, E1 and 50. RGB value is (203,225,80). Sum of RGB (Red+Green+Blue) = 203+225+80=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE150 is #341EAF. Grayscale: #CACACA. Windows color (decimal): -3415728 or 5300683. OLE color: 5300683.

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

Color convert

RGB 203 225 80 -
CMYK 0.10 0 0.64 0.12
HSL 69.1º 0.71% 0.6% -
HSV(B) 69.1º 0.64% 0.88% -
XYZ 53 67.13 17.75 -
YUV 201.89 59.21 128.79 -
System Red Green Blue C M Y K H S L
Decimal 203 225 80 0.10 0 0.64 0.12 69.1 0.71 0.6
Hex CB E1 50 A 0 40 C 45 47 3C
Octal 313 341 120 12 0 100 14 105 107 74
Binary 11001011 11100001 1010000 1010 0 1000000 1100 1000101 1000111 111100

Color Harmonies of #CBE150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE150

Black with #CBE150

Text Example


Text Example

White with #CBE150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE150; }

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

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

background-color css

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

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

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

border-color css

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

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

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