Html Css Color HEX #C4F275 Sulu

📋 copy color: '#C4F275'

red 196 ◦ green 242 ◦ blue 117

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

Shades of Sulu #C4F275

Tints of Sulu #C4F275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.08%

R = 35.32%
G = 43.6%
B = 21.08%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#C4F275 (or 0xC4F275) is known color: Sulu. HEX triplet: C4, F2 and 75. RGB value is (196,242,117). Sum of RGB (Red+Green+Blue) = 196+242+117=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F275 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4F275 is #3B0D8A. Grayscale: #D6D6D6. Windows color (decimal): -3870091 or 7729860. OLE color: 7729860.

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

Color convert

RGB 196 242 117 -
CMYK 0.19 0 0.52 0.05
HSL 82.08º 0.83% 0.7% -
HSV(B) 82.08º 0.52% 0.95% -
XYZ 57.73 76.52 28.56 -
YUV 214 73.26 115.16 -
System Red Green Blue C M Y K H S L
Decimal 196 242 117 0.19 0 0.52 0.05 82.08 0.83 0.7
Hex C4 F2 75 13 0 34 5 52 53 46
Octal 304 362 165 23 0 64 5 122 123 106
Binary 11000100 11110010 1110101 10011 0 110100 101 1010010 1010011 1000110

Color Harmonies of #C4F275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F275

Black with #C4F275

Text Example


Text Example

White with #C4F275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F275; }

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

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

background-color css

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

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

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

border-color css

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

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

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