Html Css Color HEX #C4FB70 Sulu

📋 copy color: '#C4FB70'

red 196 ◦ green 251 ◦ blue 112

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

Shades of Sulu #C4FB70

Tints of Sulu #C4FB70

RGB

 RED value IS 196 (76.95% from 255) = 35.06%

 GREEN value IS 251 (98.44% from 255) = 44.9%

 BLUE value IS 112 (44.14% from 255) = 20.04%

R = 35.06%
G = 44.9%
B = 20.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#C4FB70 (or 0xC4FB70) is known color: Sulu. HEX triplet: C4, FB and 70. RGB value is (196,251,112). Sum of RGB (Red+Green+Blue) = 196+251+112=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #C4FB70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4FB70 is #3B048F. Grayscale: #DBDBDB. Windows color (decimal): -3867792 or 7404484. OLE color: 7404484.

HSL color Cylindrical-coordinate representation of color #C4FB70: hue angle of 83.74º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4FB70 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 251 112 -
CMYK 0.22 0 0.55 0.02
HSL 83.74º 0.95% 0.71% -
HSV(B) 83.74º 0.55% 0.98% -
XYZ 60.19 81.9 27.97 -
YUV 218.71 67.78 111.8 -
System Red Green Blue C M Y K H S L
Decimal 196 251 112 0.22 0 0.55 0.02 83.74 0.95 0.71
Hex C4 FB 70 16 0 37 2 54 5F 47
Octal 304 373 160 26 0 67 2 124 137 107
Binary 11000100 11111011 1110000 10110 0 110111 10 1010100 1011111 1000111

Color Harmonies of #C4FB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4FB70

Black with #C4FB70

Text Example


Text Example

White with #C4FB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4FB70; }

 p { color: rgb(196,251,112); }

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

background-color css

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

 a { background-color: rgb(196,251,112); }

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

border-color css

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

 span { border-color: rgb(196,251,112); }

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