Html Css Color HEX #CBE616 Pear

📋 copy color: '#CBE616'

red 203 ◦ green 230 ◦ blue 22

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

Shades of Pear #CBE616

Tints of Pear #CBE616

RGB

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

 GREEN value IS 230 (90.23% from 255) = 50.55%

 BLUE value IS 22 (8.98% from 255) = 4.84%

R = 44.62%
G = 50.55%
B = 4.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#CBE616 (or 0xCBE616) is known color: Pear. HEX triplet: CB, E6 and 16. RGB value is (203,230,22). Sum of RGB (Red+Green+Blue) = 203+230+22=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 22 (8.98% from 255 or 4.84% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE616 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE616 is #3419E9. Grayscale: #C7C7C7. Windows color (decimal): -3414506 or 1500875. OLE color: 1500875.

HSL color Cylindrical-coordinate representation of color #CBE616: hue angle of 67.79º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBE616 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 230 22 -
CMYK 0.12 0 0.90 0.10
HSL 67.79º 0.83% 0.49% -
HSV(B) 67.79º 0.9% 0.9% -
XYZ 53.07 69.35 11.35 -
YUV 198.22 28.55 131.41 -
System Red Green Blue C M Y K H S L
Decimal 203 230 22 0.12 0 0.90 0.10 67.79 0.83 0.49
Hex CB E6 16 C 0 5A A 44 53 31
Octal 313 346 26 14 0 132 12 104 123 61
Binary 11001011 11100110 10110 1100 0 1011010 1010 1000100 1010011 110001

Color Harmonies of #CBE616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE616

Black with #CBE616

Text Example


Text Example

White with #CBE616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE616; }

 p { color: rgb(203,230,22); }

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

background-color css

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

 a { background-color: rgb(203,230,22); }

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

border-color css

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

 span { border-color: rgb(203,230,22); }

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