Html Css Color HEX #CBE128 Pear

📋 copy color: '#CBE128'

red 203 ◦ green 225 ◦ blue 40

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

Shades of Pear #CBE128

Tints of Pear #CBE128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.55%

R = 43.38%
G = 48.08%
B = 8.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#CBE128 (or 0xCBE128) is known color: Pear. HEX triplet: CB, E1 and 28. RGB value is (203,225,40). Sum of RGB (Red+Green+Blue) = 203+225+40=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 40 (16.02% from 255 or 8.55% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE128 is #341ED7. Grayscale: #C6C6C6. Windows color (decimal): -3415768 or 2679243. OLE color: 2679243.

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

Color convert

RGB 203 225 40 -
CMYK 0.10 0 0.82 0.12
HSL 67.14º 0.76% 0.52% -
HSV(B) 67.14º 0.82% 0.88% -
XYZ 51.94 66.7 12.14 -
YUV 197.33 39.21 132.04 -
System Red Green Blue C M Y K H S L
Decimal 203 225 40 0.10 0 0.82 0.12 67.14 0.76 0.52
Hex CB E1 28 A 0 52 C 43 4C 34
Octal 313 341 50 12 0 122 14 103 114 64
Binary 11001011 11100001 101000 1010 0 1010010 1100 1000011 1001100 110100

Color Harmonies of #CBE128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE128

Black with #CBE128

Text Example


Text Example

White with #CBE128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE128; }

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

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

background-color css

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

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

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

border-color css

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

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

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