Html Css Color HEX #C2FF71 Sulu

📋 copy color: '#C2FF71'

red 194 ◦ green 255 ◦ blue 113

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

Shades of Sulu #C2FF71

Tints of Sulu #C2FF71

RGB

 RED value IS 194 (76.17% from 255) = 34.52%

 GREEN value IS 255 (100% from 255) = 45.37%

 BLUE value IS 113 (44.53% from 255) = 20.11%

R = 34.52%
G = 45.37%
B = 20.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#C2FF71 (or 0xC2FF71) is known color: Sulu. HEX triplet: C2, FF and 71. RGB value is (194,255,113). Sum of RGB (Red+Green+Blue) = 194+255+113=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FF71 is #3D008E. Grayscale: #DDDDDD. Windows color (decimal): -3997839 or 7471042. OLE color: 7471042.

HSL color Cylindrical-coordinate representation of color #C2FF71: hue angle of 85.77º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2FF71 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 194 255 113 -
CMYK 0.24 0 0.56 0
HSL 85.77º 1% 0.72% -
HSV(B) 85.77º 0.56% 1% -
XYZ 60.99 84.18 28.66 -
YUV 220.57 67.29 109.05 -
System Red Green Blue C M Y K H S L
Decimal 194 255 113 0.24 0 0.56 0 85.77 1 0.72
Hex C2 FF 71 18 0 38 0 56 64 48
Octal 302 377 161 30 0 70 0 126 144 110
Binary 11000010 11111111 1110001 11000 0 111000 0 1010110 1100100 1001000

Color Harmonies of #C2FF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FF71

Black with #C2FF71

Text Example


Text Example

White with #C2FF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FF71; }

 p { color: rgb(194,255,113); }

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

background-color css

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

 a { background-color: rgb(194,255,113); }

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

border-color css

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

 span { border-color: rgb(194,255,113); }

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