Html Css Color HEX #C5F069 Sulu

📋 copy color: '#C5F069'

red 197 ◦ green 240 ◦ blue 105

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

Shades of Sulu #C5F069

Tints of Sulu #C5F069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.37%

R = 36.35%
G = 44.28%
B = 19.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#C5F069 (or 0xC5F069) is known color: Sulu. HEX triplet: C5, F0 and 69. RGB value is (197,240,105). Sum of RGB (Red+Green+Blue) = 197+240+105=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 105 (41.41% from 255 or 19.37% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F069 is #3A0F96. Grayscale: #D4D4D4. Windows color (decimal): -3805079 or 6942917. OLE color: 6942917.

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

Color convert

RGB 197 240 105 -
CMYK 0.18 0 0.56 0.06
HSL 79.11º 0.82% 0.68% -
HSV(B) 79.11º 0.56% 0.94% -
XYZ 56.74 75.21 24.89 -
YUV 211.75 67.75 117.48 -
System Red Green Blue C M Y K H S L
Decimal 197 240 105 0.18 0 0.56 0.06 79.11 0.82 0.68
Hex C5 F0 69 12 0 38 6 4F 52 44
Octal 305 360 151 22 0 70 6 117 122 104
Binary 11000101 11110000 1101001 10010 0 111000 110 1001111 1010010 1000100

Color Harmonies of #C5F069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F069

Black with #C5F069

Text Example


Text Example

White with #C5F069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F069; }

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

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

background-color css

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

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

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

border-color css

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

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

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