Html Css Color HEX #CBE44A Las Palmas

📋 copy color: '#CBE44A'

red 203 ◦ green 228 ◦ blue 74

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

Shades of Las Palmas #CBE44A

Tints of Las Palmas #CBE44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.65%

R = 40.2%
G = 45.15%
B = 14.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#CBE44A (or 0xCBE44A) is known color: Las Palmas. HEX triplet: CB, E4 and 4A. RGB value is (203,228,74). Sum of RGB (Red+Green+Blue) = 203+228+74=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE44A is #341BB5. Grayscale: #CBCBCB. Windows color (decimal): -3414966 or 4908235. OLE color: 4908235.

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

Color convert

RGB 203 228 74 -
CMYK 0.11 0 0.68 0.11
HSL 69.74º 0.74% 0.59% -
HSV(B) 69.74º 0.68% 0.89% -
XYZ 53.61 68.68 16.91 -
YUV 202.97 55.22 128.02 -
System Red Green Blue C M Y K H S L
Decimal 203 228 74 0.11 0 0.68 0.11 69.74 0.74 0.59
Hex CB E4 4A B 0 44 B 46 4A 3B
Octal 313 344 112 13 0 104 13 106 112 73
Binary 11001011 11100100 1001010 1011 0 1000100 1011 1000110 1001010 111011

Color Harmonies of #CBE44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE44A

Black with #CBE44A

Text Example


Text Example

White with #CBE44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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