Html Css Color HEX #C5F26B Sulu

📋 copy color: '#C5F26B'

red 197 ◦ green 242 ◦ blue 107

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

Shades of Sulu #C5F26B

Tints of Sulu #C5F26B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.32%

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

R = 36.08%
G = 44.32%
B = 19.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#C5F26B (or 0xC5F26B) is known color: Sulu. HEX triplet: C5, F2 and 6B. RGB value is (197,242,107). Sum of RGB (Red+Green+Blue) = 197+242+107=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F26B is #3A0D94. Grayscale: #D5D5D5. Windows color (decimal): -3804565 or 7074501. OLE color: 7074501.

HSL color Cylindrical-coordinate representation of color #C5F26B: hue angle of 80º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5F26B is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 242 107 -
CMYK 0.19 0 0.56 0.05
HSL 80º 0.84% 0.68% -
HSV(B) 80º 0.56% 0.95% -
XYZ 57.43 76.44 25.64 -
YUV 213.16 68.09 116.48 -
System Red Green Blue C M Y K H S L
Decimal 197 242 107 0.19 0 0.56 0.05 80 0.84 0.68
Hex C5 F2 6B 13 0 38 5 50 54 44
Octal 305 362 153 23 0 70 5 120 124 104
Binary 11000101 11110010 1101011 10011 0 111000 101 1010000 1010100 1000100

Color Harmonies of #C5F26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F26B

Black with #C5F26B

Text Example


Text Example

White with #C5F26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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