Html Css Color HEX #C8FD71 Sulu

📋 copy color: '#C8FD71'

red 200 ◦ green 253 ◦ blue 113

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

Shades of Sulu #C8FD71

Tints of Sulu #C8FD71

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.7%

 BLUE value IS 113 (44.53% from 255) = 19.96%

R = 35.34%
G = 44.7%
B = 19.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#C8FD71 (or 0xC8FD71) is known color: Sulu. HEX triplet: C8, FD and 71. RGB value is (200,253,113). Sum of RGB (Red+Green+Blue) = 200+253+113=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FD71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FD71 is #37028E. Grayscale: #DDDDDD. Windows color (decimal): -3605135 or 7470536. OLE color: 7470536.

HSL color Cylindrical-coordinate representation of color #C8FD71: hue angle of 82.71º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8FD71 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 253 113 -
CMYK 0.21 0 0.55 0.01
HSL 82.71º 0.97% 0.72% -
HSV(B) 82.71º 0.55% 0.99% -
XYZ 61.93 83.72 28.52 -
YUV 221.19 66.94 112.88 -
System Red Green Blue C M Y K H S L
Decimal 200 253 113 0.21 0 0.55 0.01 82.71 0.97 0.72
Hex C8 FD 71 15 0 37 1 53 61 48
Octal 310 375 161 25 0 67 1 123 141 110
Binary 11001000 11111101 1110001 10101 0 110111 1 1010011 1100001 1001000

Color Harmonies of #C8FD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FD71

Black with #C8FD71

Text Example


Text Example

White with #C8FD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FD71; }

 p { color: rgb(200,253,113); }

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

background-color css

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

 a { background-color: rgb(200,253,113); }

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

border-color css

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

 span { border-color: rgb(200,253,113); }

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