Html Css Color HEX #C4F970 Sulu

📋 copy color: '#C4F970'

red 196 ◦ green 249 ◦ blue 112

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

Shades of Sulu #C4F970

Tints of Sulu #C4F970

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.7%

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

R = 35.19%
G = 44.7%
B = 20.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#C4F970 (or 0xC4F970) is known color: Sulu. HEX triplet: C4, F9 and 70. RGB value is (196,249,112). Sum of RGB (Red+Green+Blue) = 196+249+112=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #C4F970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F970 is #3B068F. Grayscale: #DADADA. Windows color (decimal): -3868304 or 7403972. OLE color: 7403972.

HSL color Cylindrical-coordinate representation of color #C4F970: hue angle of 83.21º degrees, saturation: 0.92, 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 #C4F970 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 249 112 -
CMYK 0.21 0 0.55 0.02
HSL 83.21º 0.92% 0.71% -
HSV(B) 83.21º 0.55% 0.98% -
XYZ 59.57 80.66 27.76 -
YUV 217.54 68.44 112.64 -
System Red Green Blue C M Y K H S L
Decimal 196 249 112 0.21 0 0.55 0.02 83.21 0.92 0.71
Hex C4 F9 70 15 0 37 2 53 5C 47
Octal 304 371 160 25 0 67 2 123 134 107
Binary 11000100 11111001 1110000 10101 0 110111 10 1010011 1011100 1000111

Color Harmonies of #C4F970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F970

Black with #C4F970

Text Example


Text Example

White with #C4F970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F970; }

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

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

background-color css

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

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

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

border-color css

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

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

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