Html Css Color HEX #C8EF30 Pear

📋 copy color: '#C8EF30'

red 200 ◦ green 239 ◦ blue 48

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

Shades of Pear #C8EF30

Tints of Pear #C8EF30

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.08%

 BLUE value IS 48 (19.14% from 255) = 9.86%

R = 41.07%
G = 49.08%
B = 9.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#C8EF30 (or 0xC8EF30) is known color: Pear. HEX triplet: C8, EF and 30. RGB value is (200,239,48). Sum of RGB (Red+Green+Blue) = 200+239+48=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EF30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EF30 is #3710CF. Grayscale: #CECECE. Windows color (decimal): -3608784 or 3207112. OLE color: 3207112.

HSL color Cylindrical-coordinate representation of color #C8EF30: hue angle of 72.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8EF30 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 239 48 -
CMYK 0.16 0 0.80 0.06
HSL 72.25º 0.86% 0.56% -
HSV(B) 72.25º 0.8% 0.94% -
XYZ 55.22 74.23 14.21 -
YUV 205.57 39.08 124.03 -
System Red Green Blue C M Y K H S L
Decimal 200 239 48 0.16 0 0.80 0.06 72.25 0.86 0.56
Hex C8 EF 30 10 0 50 6 48 56 38
Octal 310 357 60 20 0 120 6 110 126 70
Binary 11001000 11101111 110000 10000 0 1010000 110 1001000 1010110 111000

Color Harmonies of #C8EF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EF30

Black with #C8EF30

Text Example


Text Example

White with #C8EF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EF30; }

 p { color: rgb(200,239,48); }

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

background-color css

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

 a { background-color: rgb(200,239,48); }

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

border-color css

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

 span { border-color: rgb(200,239,48); }

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