Html Css Color HEX #CBE526 Pear

📋 copy color: '#CBE526'

red 203 ◦ green 229 ◦ blue 38

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

Shades of Pear #CBE526

Tints of Pear #CBE526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.09%

R = 43.19%
G = 48.72%
B = 8.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#CBE526 (or 0xCBE526) is known color: Pear. HEX triplet: CB, E5 and 26. RGB value is (203,229,38). Sum of RGB (Red+Green+Blue) = 203+229+38=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 38 (15.23% from 255 or 8.09% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE526 is #341AD9. Grayscale: #C8C8C8. Windows color (decimal): -3414746 or 2549195. OLE color: 2549195.

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

Color convert

RGB 203 229 38 -
CMYK 0.11 0 0.83 0.10
HSL 68.17º 0.79% 0.52% -
HSV(B) 68.17º 0.83% 0.9% -
XYZ 53 68.88 12.33 -
YUV 199.45 36.89 130.53 -
System Red Green Blue C M Y K H S L
Decimal 203 229 38 0.11 0 0.83 0.10 68.17 0.79 0.52
Hex CB E5 26 B 0 53 A 44 4F 34
Octal 313 345 46 13 0 123 12 104 117 64
Binary 11001011 11100101 100110 1011 0 1010011 1010 1000100 1001111 110100

Color Harmonies of #CBE526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE526

Black with #CBE526

Text Example


Text Example

White with #CBE526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE526; }

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

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

background-color css

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

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

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

border-color css

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

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

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