Html Css Color HEX #C8F235 Pear

📋 copy color: '#C8F235'

red 200 ◦ green 242 ◦ blue 53

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

Shades of Pear #C8F235

Tints of Pear #C8F235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.71%

R = 40.4%
G = 48.89%
B = 10.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#C8F235 (or 0xC8F235) is known color: Pear. HEX triplet: C8, F2 and 35. RGB value is (200,242,53). Sum of RGB (Red+Green+Blue) = 200+242+53=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 53 (21.09% from 255 or 10.71% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F235 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F235 is #370DCA. Grayscale: #D0D0D0. Windows color (decimal): -3608011 or 3535560. OLE color: 3535560.

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

Color convert

RGB 200 242 53 -
CMYK 0.17 0 0.78 0.05
HSL 73.33º 0.88% 0.58% -
HSV(B) 73.33º 0.78% 0.95% -
XYZ 56.21 76.04 15.08 -
YUV 207.9 40.59 122.37 -
System Red Green Blue C M Y K H S L
Decimal 200 242 53 0.17 0 0.78 0.05 73.33 0.88 0.58
Hex C8 F2 35 11 0 4E 5 49 58 3A
Octal 310 362 65 21 0 116 5 111 130 72
Binary 11001000 11110010 110101 10001 0 1001110 101 1001001 1011000 111010

Color Harmonies of #C8F235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F235

Black with #C8F235

Text Example


Text Example

White with #C8F235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F235; }

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

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

background-color css

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

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

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

border-color css

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

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

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