Html Css Color HEX #C8F11F Pear

📋 copy color: '#C8F11F'

red 200 ◦ green 241 ◦ blue 31

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

Shades of Pear #C8F11F

Tints of Pear #C8F11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.57%

R = 42.37%
G = 51.06%
B = 6.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#C8F11F (or 0xC8F11F) is known color: Pear. HEX triplet: C8, F1 and 1F. RGB value is (200,241,31). Sum of RGB (Red+Green+Blue) = 200+241+31=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 31 (12.5% from 255 or 6.57% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F11F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F11F is #370EE0. Grayscale: #CDCDCD. Windows color (decimal): -3608289 or 2093512. OLE color: 2093512.

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

Color convert

RGB 200 241 31 -
CMYK 0.17 0 0.87 0.05
HSL 71.71º 0.88% 0.53% -
HSV(B) 71.71º 0.87% 0.95% -
XYZ 55.52 75.29 12.9 -
YUV 204.8 29.92 124.58 -
System Red Green Blue C M Y K H S L
Decimal 200 241 31 0.17 0 0.87 0.05 71.71 0.88 0.53
Hex C8 F1 1F 11 0 57 5 48 58 35
Octal 310 361 37 21 0 127 5 110 130 65
Binary 11001000 11110001 11111 10001 0 1010111 101 1001000 1011000 110101

Color Harmonies of #C8F11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F11F

Black with #C8F11F

Text Example


Text Example

White with #C8F11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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