Html Css Color HEX #C8F21D Pear

📋 copy color: '#C8F21D'

red 200 ◦ green 242 ◦ blue 29

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

Shades of Pear #C8F21D

Tints of Pear #C8F21D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.38%

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

R = 42.46%
G = 51.38%
B = 6.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#C8F21D (or 0xC8F21D) is known color: Pear. HEX triplet: C8, F2 and 1D. RGB value is (200,242,29). Sum of RGB (Red+Green+Blue) = 200+242+29=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 29 (11.72% from 255 or 6.16% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F21D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F21D is #370DE2. Grayscale: #CDCDCD. Windows color (decimal): -3608035 or 1962696. OLE color: 1962696.

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

Color convert

RGB 200 242 29 -
CMYK 0.17 0 0.88 0.05
HSL 71.83º 0.89% 0.53% -
HSV(B) 71.83º 0.88% 0.95% -
XYZ 55.79 75.87 12.87 -
YUV 205.16 28.59 124.32 -
System Red Green Blue C M Y K H S L
Decimal 200 242 29 0.17 0 0.88 0.05 71.83 0.89 0.53
Hex C8 F2 1D 11 0 58 5 48 59 35
Octal 310 362 35 21 0 130 5 110 131 65
Binary 11001000 11110010 11101 10001 0 1011000 101 1001000 1011001 110101

Color Harmonies of #C8F21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F21D

Black with #C8F21D

Text Example


Text Example

White with #C8F21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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