Html Css Color HEX #C5F06B Sulu

📋 copy color: '#C5F06B'

red 197 ◦ green 240 ◦ blue 107

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

Shades of Sulu #C5F06B

Tints of Sulu #C5F06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.67%

R = 36.21%
G = 44.12%
B = 19.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#C5F06B (or 0xC5F06B) is known color: Sulu. HEX triplet: C5, F0 and 6B. RGB value is (197,240,107). Sum of RGB (Red+Green+Blue) = 197+240+107=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F06B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F06B is #3A0F94. Grayscale: #D4D4D4. Windows color (decimal): -3805077 or 7073989. OLE color: 7073989.

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

Color convert

RGB 197 240 107 -
CMYK 0.18 0 0.55 0.06
HSL 79.4º 0.82% 0.68% -
HSV(B) 79.4º 0.55% 0.94% -
XYZ 56.84 75.25 25.44 -
YUV 211.98 68.75 117.31 -
System Red Green Blue C M Y K H S L
Decimal 197 240 107 0.18 0 0.55 0.06 79.4 0.82 0.68
Hex C5 F0 6B 12 0 37 6 4F 52 44
Octal 305 360 153 22 0 67 6 117 122 104
Binary 11000101 11110000 1101011 10010 0 110111 110 1001111 1010010 1000100

Color Harmonies of #C5F06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F06B

Black with #C5F06B

Text Example


Text Example

White with #C5F06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F06B; }

 p { color: rgb(197,240,107); }

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

background-color css

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

 a { background-color: rgb(197,240,107); }

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

border-color css

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

 span { border-color: rgb(197,240,107); }

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