Html Css Color HEX #C5F885 Sulu

📋 copy color: '#C5F885'

red 197 ◦ green 248 ◦ blue 133

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

Shades of Sulu #C5F885

Tints of Sulu #C5F885

RGB

 RED value IS 197 (77.34% from 255) = 34.08%

 GREEN value IS 248 (97.27% from 255) = 42.91%

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

R = 34.08%
G = 42.91%
B = 23.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#C5F885 (or 0xC5F885) is known color: Sulu. HEX triplet: C5, F8 and 85. RGB value is (197,248,133). Sum of RGB (Red+Green+Blue) = 197+248+133=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F885 is #3A077A. Grayscale: #DCDCDC. Windows color (decimal): -3803003 or 8779973. OLE color: 8779973.

HSL color Cylindrical-coordinate representation of color #C5F885: hue angle of 86.61º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5F885 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 197 248 133 -
CMYK 0.21 0 0.46 0.03
HSL 86.61º 0.89% 0.75% -
HSV(B) 86.61º 0.46% 0.97% -
XYZ 60.83 80.7 34.56 -
YUV 219.64 79.1 111.85 -
System Red Green Blue C M Y K H S L
Decimal 197 248 133 0.21 0 0.46 0.03 86.61 0.89 0.75
Hex C5 F8 85 15 0 2E 3 57 59 4B
Octal 305 370 205 25 0 56 3 127 131 113
Binary 11000101 11111000 10000101 10101 0 101110 11 1010111 1011001 1001011

Color Harmonies of #C5F885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F885

Black with #C5F885

Text Example


Text Example

White with #C5F885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F885; }

 p { color: rgb(197,248,133); }

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

background-color css

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

 a { background-color: rgb(197,248,133); }

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

border-color css

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

 span { border-color: rgb(197,248,133); }

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