Html Css Color HEX #C8F01D Pear

📋 copy color: '#C8F01D'

red 200 ◦ green 240 ◦ blue 29

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

Shades of Pear #C8F01D

Tints of Pear #C8F01D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.17%

 BLUE value IS 29 (11.72% from 255) = 6.18%

R = 42.64%
G = 51.17%
B = 6.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#C8F01D (or 0xC8F01D) is known color: Pear. HEX triplet: C8, F0 and 1D. RGB value is (200,240,29). Sum of RGB (Red+Green+Blue) = 200+240+29=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 29 (11.72% from 255 or 6.18% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F01D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F01D is #370FE2. Grayscale: #CCCCCC. Windows color (decimal): -3608547 or 1962184. OLE color: 1962184.

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

Color convert

RGB 200 240 29 -
CMYK 0.17 0 0.88 0.06
HSL 71.37º 0.88% 0.53% -
HSV(B) 71.37º 0.88% 0.94% -
XYZ 55.2 74.69 12.67 -
YUV 203.99 29.25 125.16 -
System Red Green Blue C M Y K H S L
Decimal 200 240 29 0.17 0 0.88 0.06 71.37 0.88 0.53
Hex C8 F0 1D 11 0 58 6 47 58 35
Octal 310 360 35 21 0 130 6 107 130 65
Binary 11001000 11110000 11101 10001 0 1011000 110 1000111 1011000 110101

Color Harmonies of #C8F01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F01D

Black with #C8F01D

Text Example


Text Example

White with #C8F01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F01D; }

 p { color: rgb(200,240,29); }

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

background-color css

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

 a { background-color: rgb(200,240,29); }

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

border-color css

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

 span { border-color: rgb(200,240,29); }

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