Html Css Color HEX #C4F085 Sulu

📋 copy color: '#C4F085'

red 196 ◦ green 240 ◦ blue 133

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

Shades of Sulu #C4F085

Tints of Sulu #C4F085

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.18%

 BLUE value IS 133 (52.34% from 255) = 23.37%

R = 34.45%
G = 42.18%
B = 23.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#C4F085 (or 0xC4F085) is known color: Sulu. HEX triplet: C4, F0 and 85. RGB value is (196,240,133). Sum of RGB (Red+Green+Blue) = 196+240+133=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F085 is #3B0F7A. Grayscale: #D7D7D7. Windows color (decimal): -3870587 or 8777924. OLE color: 8777924.

HSL color Cylindrical-coordinate representation of color #C4F085: hue angle of 84.67º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4F085 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 240 133 -
CMYK 0.18 0 0.45 0.06
HSL 84.67º 0.78% 0.73% -
HSV(B) 84.67º 0.45% 0.94% -
XYZ 58.16 75.75 33.75 -
YUV 214.65 81.92 114.7 -
System Red Green Blue C M Y K H S L
Decimal 196 240 133 0.18 0 0.45 0.06 84.67 0.78 0.73
Hex C4 F0 85 12 0 2D 6 55 4E 49
Octal 304 360 205 22 0 55 6 125 116 111
Binary 11000100 11110000 10000101 10010 0 101101 110 1010101 1001110 1001001

Color Harmonies of #C4F085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F085

Black with #C4F085

Text Example


Text Example

White with #C4F085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F085; }

 p { color: rgb(196,240,133); }

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

background-color css

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

 a { background-color: rgb(196,240,133); }

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

border-color css

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

 span { border-color: rgb(196,240,133); }

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