Html Css Color HEX #C8EB2F Pear

📋 copy color: '#C8EB2F'

red 200 ◦ green 235 ◦ blue 47

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

Shades of Pear #C8EB2F

Tints of Pear #C8EB2F

RGB

 RED value IS 200 (78.52% from 255) = 41.49%

 GREEN value IS 235 (92.19% from 255) = 48.76%

 BLUE value IS 47 (18.75% from 255) = 9.75%

R = 41.49%
G = 48.76%
B = 9.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#C8EB2F (or 0xC8EB2F) is known color: Pear. HEX triplet: C8, EB and 2F. RGB value is (200,235,47). Sum of RGB (Red+Green+Blue) = 200+235+47=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 47 (18.75% from 255 or 9.75% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EB2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EB2F is #3714D0. Grayscale: #CBCBCB. Windows color (decimal): -3609809 or 3140552. OLE color: 3140552.

HSL color Cylindrical-coordinate representation of color #C8EB2F: hue angle of 71.17º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8EB2F is Cyan = 0.15, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 235 47 -
CMYK 0.15 0 0.8 0.08
HSL 71.17º 0.82% 0.55% -
HSV(B) 71.17º 0.8% 0.92% -
XYZ 54.04 71.9 13.72 -
YUV 203.1 39.9 125.79 -
System Red Green Blue C M Y K H S L
Decimal 200 235 47 0.15 0 0.8 0.08 71.17 0.82 0.55
Hex C8 EB 2F F 0 50 8 47 52 37
Octal 310 353 57 17 0 120 10 107 122 67
Binary 11001000 11101011 101111 1111 0 1010000 1000 1000111 1010010 110111

Color Harmonies of #C8EB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EB2F

Black with #C8EB2F

Text Example


Text Example

White with #C8EB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EB2F; }

 p { color: rgb(200,235,47); }

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

background-color css

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

 a { background-color: rgb(200,235,47); }

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

border-color css

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

 span { border-color: rgb(200,235,47); }

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