Html Css Color HEX #CBE125 Pear

📋 copy color: '#CBE125'

red 203 ◦ green 225 ◦ blue 37

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

Shades of Pear #CBE125

Tints of Pear #CBE125

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.39%

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

R = 43.66%
G = 48.39%
B = 7.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#CBE125 (or 0xCBE125) is known color: Pear. HEX triplet: CB, E1 and 25. RGB value is (203,225,37). Sum of RGB (Red+Green+Blue) = 203+225+37=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 37 (14.84% from 255 or 7.96% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE125 is #341EDA. Grayscale: #C5C5C5. Windows color (decimal): -3415771 or 2482635. OLE color: 2482635.

HSL color Cylindrical-coordinate representation of color #CBE125: hue angle of 67.02º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CBE125 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 225 37 -
CMYK 0.10 0 0.84 0.12
HSL 67.02º 0.76% 0.51% -
HSV(B) 67.02º 0.84% 0.88% -
XYZ 51.89 66.68 11.89 -
YUV 196.99 37.71 132.29 -
System Red Green Blue C M Y K H S L
Decimal 203 225 37 0.10 0 0.84 0.12 67.02 0.76 0.51
Hex CB E1 25 A 0 54 C 43 4C 33
Octal 313 341 45 12 0 124 14 103 114 63
Binary 11001011 11100001 100101 1010 0 1010100 1100 1000011 1001100 110011

Color Harmonies of #CBE125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE125

Black with #CBE125

Text Example


Text Example

White with #CBE125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE125; }

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

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

background-color css

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

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

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

border-color css

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

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

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