Html Css Color HEX #C8F128 Pear

📋 copy color: '#C8F128'

red 200 ◦ green 241 ◦ blue 40

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

Shades of Pear #C8F128

Tints of Pear #C8F128

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.1%

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

R = 41.58%
G = 50.1%
B = 8.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#C8F128 (or 0xC8F128) is known color: Pear. HEX triplet: C8, F1 and 28. RGB value is (200,241,40). Sum of RGB (Red+Green+Blue) = 200+241+40=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F128 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F128 is #370ED7. Grayscale: #CECECE. Windows color (decimal): -3608280 or 2683336. OLE color: 2683336.

HSL color Cylindrical-coordinate representation of color #C8F128: hue angle of 72.24º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8F128 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 241 40 -
CMYK 0.17 0 0.83 0.05
HSL 72.24º 0.88% 0.55% -
HSV(B) 72.24º 0.83% 0.95% -
XYZ 55.66 75.34 13.62 -
YUV 205.83 34.42 123.84 -
System Red Green Blue C M Y K H S L
Decimal 200 241 40 0.17 0 0.83 0.05 72.24 0.88 0.55
Hex C8 F1 28 11 0 53 5 48 58 37
Octal 310 361 50 21 0 123 5 110 130 67
Binary 11001000 11110001 101000 10001 0 1010011 101 1001000 1011000 110111

Color Harmonies of #C8F128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F128

Black with #C8F128

Text Example


Text Example

White with #C8F128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F128; }

 p { color: rgb(200,241,40); }

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

background-color css

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

 a { background-color: rgb(200,241,40); }

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

border-color css

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

 span { border-color: rgb(200,241,40); }

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