Html Css Color HEX #CBE52A Pear

📋 copy color: '#CBE52A'

red 203 ◦ green 229 ◦ blue 42

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

Shades of Pear #CBE52A

Tints of Pear #CBE52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.86%

R = 42.83%
G = 48.31%
B = 8.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#CBE52A (or 0xCBE52A) is known color: Pear. HEX triplet: CB, E5 and 2A. RGB value is (203,229,42). Sum of RGB (Red+Green+Blue) = 203+229+42=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 42 (16.80% from 255 or 8.86% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE52A is #341AD5. Grayscale: #C8C8C8. Windows color (decimal): -3414742 or 2811339. OLE color: 2811339.

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

Color convert

RGB 203 229 42 -
CMYK 0.11 0 0.82 0.10
HSL 68.34º 0.78% 0.53% -
HSV(B) 68.34º 0.82% 0.9% -
XYZ 53.07 68.9 12.69 -
YUV 199.91 38.89 130.21 -
System Red Green Blue C M Y K H S L
Decimal 203 229 42 0.11 0 0.82 0.10 68.34 0.78 0.53
Hex CB E5 2A B 0 52 A 44 4E 35
Octal 313 345 52 13 0 122 12 104 116 65
Binary 11001011 11100101 101010 1011 0 1010010 1010 1000100 1001110 110101

Color Harmonies of #CBE52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE52A

Black with #CBE52A

Text Example


Text Example

White with #CBE52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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