Html Css Color HEX #C4F270 Sulu

📋 copy color: '#C4F270'

red 196 ◦ green 242 ◦ blue 112

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

Shades of Sulu #C4F270

Tints of Sulu #C4F270

RGB

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

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

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

R = 35.64%
G = 44%
B = 20.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#C4F270 (or 0xC4F270) is known color: Sulu. HEX triplet: C4, F2 and 70. RGB value is (196,242,112). Sum of RGB (Red+Green+Blue) = 196+242+112=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F270 is #3B0D8F. Grayscale: #D5D5D5. Windows color (decimal): -3870096 or 7402180. OLE color: 7402180.

HSL color Cylindrical-coordinate representation of color #C4F270: hue angle of 81.23º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4F270 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 242 112 -
CMYK 0.19 0 0.54 0.05
HSL 81.23º 0.83% 0.69% -
HSV(B) 81.23º 0.54% 0.95% -
XYZ 57.44 76.41 27.05 -
YUV 213.43 70.76 115.57 -
System Red Green Blue C M Y K H S L
Decimal 196 242 112 0.19 0 0.54 0.05 81.23 0.83 0.69
Hex C4 F2 70 13 0 36 5 51 53 45
Octal 304 362 160 23 0 66 5 121 123 105
Binary 11000100 11110010 1110000 10011 0 110110 101 1010001 1010011 1000101

Color Harmonies of #C4F270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F270

Black with #C4F270

Text Example


Text Example

White with #C4F270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F270; }

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

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

background-color css

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

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

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

border-color css

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

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

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