Html Css Color HEX #CBE525 Pear

📋 copy color: '#CBE525'

red 203 ◦ green 229 ◦ blue 37

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

Shades of Pear #CBE525

Tints of Pear #CBE525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.89%

R = 43.28%
G = 48.83%
B = 7.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#CBE525 (or 0xCBE525) is known color: Pear. HEX triplet: CB, E5 and 25. RGB value is (203,229,37). Sum of RGB (Red+Green+Blue) = 203+229+37=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 37 (14.84% from 255 or 7.89% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE525 is #341ADA. Grayscale: #C8C8C8. Windows color (decimal): -3414747 or 2483659. OLE color: 2483659.

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

Color convert

RGB 203 229 37 -
CMYK 0.11 0 0.84 0.10
HSL 68.13º 0.79% 0.52% -
HSV(B) 68.13º 0.84% 0.9% -
XYZ 52.98 68.87 12.25 -
YUV 199.34 36.39 130.61 -
System Red Green Blue C M Y K H S L
Decimal 203 229 37 0.11 0 0.84 0.10 68.13 0.79 0.52
Hex CB E5 25 B 0 54 A 44 4F 34
Octal 313 345 45 13 0 124 12 104 117 64
Binary 11001011 11100101 100101 1011 0 1010100 1010 1000100 1001111 110100

Color Harmonies of #CBE525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE525

Black with #CBE525

Text Example


Text Example

White with #CBE525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE525; }

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

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

background-color css

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

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

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

border-color css

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

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

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