Html Css Color HEX #C8F125 Pear

📋 copy color: '#C8F125'

red 200 ◦ green 241 ◦ blue 37

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

Shades of Pear #C8F125

Tints of Pear #C8F125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.74%

R = 41.84%
G = 50.42%
B = 7.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#C8F125 (or 0xC8F125) is known color: Pear. HEX triplet: C8, F1 and 25. RGB value is (200,241,37). Sum of RGB (Red+Green+Blue) = 200+241+37=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 37 (14.84% from 255 or 7.74% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F125 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F125 is #370EDA. Grayscale: #CECECE. Windows color (decimal): -3608283 or 2486728. OLE color: 2486728.

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

Color convert

RGB 200 241 37 -
CMYK 0.17 0 0.85 0.05
HSL 72.06º 0.88% 0.55% -
HSV(B) 72.06º 0.85% 0.95% -
XYZ 55.61 75.32 13.36 -
YUV 205.49 32.92 124.09 -
System Red Green Blue C M Y K H S L
Decimal 200 241 37 0.17 0 0.85 0.05 72.06 0.88 0.55
Hex C8 F1 25 11 0 55 5 48 58 37
Octal 310 361 45 21 0 125 5 110 130 67
Binary 11001000 11110001 100101 10001 0 1010101 101 1001000 1011000 110111

Color Harmonies of #C8F125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F125

Black with #C8F125

Text Example


Text Example

White with #C8F125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F125; }

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

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

background-color css

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

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

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

border-color css

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

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

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