Html Css Color HEX #CBE428 Pear

📋 copy color: '#CBE428'

red 203 ◦ green 228 ◦ blue 40

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

Shades of Pear #CBE428

Tints of Pear #CBE428

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.41%

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

R = 43.1%
G = 48.41%
B = 8.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#CBE428 (or 0xCBE428) is known color: Pear. HEX triplet: CB, E4 and 28. RGB value is (203,228,40). Sum of RGB (Red+Green+Blue) = 203+228+40=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 228 (89.45% from 255 or 48.41% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE428 is #341BD7. Grayscale: #C7C7C7. Windows color (decimal): -3415000 or 2680011. OLE color: 2680011.

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

Color convert

RGB 203 228 40 -
CMYK 0.11 0 0.82 0.11
HSL 67.98º 0.78% 0.53% -
HSV(B) 67.98º 0.82% 0.89% -
XYZ 52.76 68.34 12.42 -
YUV 199.09 38.22 130.79 -
System Red Green Blue C M Y K H S L
Decimal 203 228 40 0.11 0 0.82 0.11 67.98 0.78 0.53
Hex CB E4 28 B 0 52 B 44 4E 35
Octal 313 344 50 13 0 122 13 104 116 65
Binary 11001011 11100100 101000 1011 0 1010010 1011 1000100 1001110 110101

Color Harmonies of #CBE428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE428

Black with #CBE428

Text Example


Text Example

White with #CBE428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE428; }

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

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

background-color css

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

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

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

border-color css

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

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

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