Html Css Color HEX #C2F38D Sulu

📋 copy color: '#C2F38D'

red 194 ◦ green 243 ◦ blue 141

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

Shades of Sulu #C2F38D

Tints of Sulu #C2F38D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.04%

 BLUE value IS 141 (55.47% from 255) = 24.39%

R = 33.56%
G = 42.04%
B = 24.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#C2F38D (or 0xC2F38D) is known color: Sulu. HEX triplet: C2, F3 and 8D. RGB value is (194,243,141). Sum of RGB (Red+Green+Blue) = 194+243+141=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F38D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F38D is #3D0C72. Grayscale: #D9D9D9. Windows color (decimal): -4000883 or 9302978. OLE color: 9302978.

HSL color Cylindrical-coordinate representation of color #C2F38D: hue angle of 88.82º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2F38D is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 243 141 -
CMYK 0.20 0 0.42 0.05
HSL 88.82º 0.81% 0.75% -
HSV(B) 88.82º 0.42% 0.95% -
XYZ 59.11 77.49 37.04 -
YUV 216.72 85.27 111.79 -
System Red Green Blue C M Y K H S L
Decimal 194 243 141 0.20 0 0.42 0.05 88.82 0.81 0.75
Hex C2 F3 8D 14 0 2A 5 59 51 4B
Octal 302 363 215 24 0 52 5 131 121 113
Binary 11000010 11110011 10001101 10100 0 101010 101 1011001 1010001 1001011

Color Harmonies of #C2F38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F38D

Black with #C2F38D

Text Example


Text Example

White with #C2F38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F38D; }

 p { color: rgb(194,243,141); }

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

background-color css

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

 a { background-color: rgb(194,243,141); }

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

border-color css

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

 span { border-color: rgb(194,243,141); }

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