Html Css Color HEX #CBE93C Pear

📋 copy color: '#CBE93C'

red 203 ◦ green 233 ◦ blue 60

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

Shades of Pear #CBE93C

Tints of Pear #CBE93C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.98%

 BLUE value IS 60 (23.83% from 255) = 12.1%

R = 40.93%
G = 46.98%
B = 12.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#CBE93C (or 0xCBE93C) is known color: Pear. HEX triplet: CB, E9 and 3C. RGB value is (203,233,60). Sum of RGB (Red+Green+Blue) = 203+233+60=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 60 (23.83% from 255 or 12.10% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE93C is #3416C3. Grayscale: #CCCCCC. Windows color (decimal): -3413700 or 3992011. OLE color: 3992011.

HSL color Cylindrical-coordinate representation of color #CBE93C: hue angle of 70.4º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBE93C is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 233 60 -
CMYK 0.13 0 0.74 0.09
HSL 70.4º 0.8% 0.57% -
HSV(B) 70.4º 0.74% 0.91% -
XYZ 54.58 71.3 15.16 -
YUV 204.31 46.56 127.07 -
System Red Green Blue C M Y K H S L
Decimal 203 233 60 0.13 0 0.74 0.09 70.4 0.8 0.57
Hex CB E9 3C D 0 4A 9 46 50 39
Octal 313 351 74 15 0 112 11 106 120 71
Binary 11001011 11101001 111100 1101 0 1001010 1001 1000110 1010000 111001

Color Harmonies of #CBE93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE93C

Black with #CBE93C

Text Example


Text Example

White with #CBE93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE93C; }

 p { color: rgb(203,233,60); }

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

background-color css

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

 a { background-color: rgb(203,233,60); }

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

border-color css

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

 span { border-color: rgb(203,233,60); }

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