Html Css Color HEX #CBE44B Las Palmas

📋 copy color: '#CBE44B'

red 203 ◦ green 228 ◦ blue 75

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

Shades of Las Palmas #CBE44B

Tints of Las Palmas #CBE44B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.82%

R = 40.12%
G = 45.06%
B = 14.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#CBE44B (or 0xCBE44B) is known color: Las Palmas. HEX triplet: CB, E4 and 4B. RGB value is (203,228,75). Sum of RGB (Red+Green+Blue) = 203+228+75=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE44B is #341BB4. Grayscale: #CBCBCB. Windows color (decimal): -3414965 or 4973771. OLE color: 4973771.

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

Color convert

RGB 203 228 75 -
CMYK 0.11 0 0.67 0.11
HSL 69.8º 0.74% 0.59% -
HSV(B) 69.8º 0.67% 0.89% -
XYZ 53.64 68.69 17.09 -
YUV 203.08 55.72 127.94 -
System Red Green Blue C M Y K H S L
Decimal 203 228 75 0.11 0 0.67 0.11 69.8 0.74 0.59
Hex CB E4 4B B 0 43 B 46 4A 3B
Octal 313 344 113 13 0 103 13 106 112 73
Binary 11001011 11100100 1001011 1011 0 1000011 1011 1000110 1001010 111011

Color Harmonies of #CBE44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE44B

Black with #CBE44B

Text Example


Text Example

White with #CBE44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE44B; }

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

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

background-color css

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

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

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

border-color css

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

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

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