Html Css Color HEX #C2FB7E Sulu

📋 copy color: '#C2FB7E'

red 194 ◦ green 251 ◦ blue 126

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

Shades of Sulu #C2FB7E

Tints of Sulu #C2FB7E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.96%

 BLUE value IS 126 (49.61% from 255) = 22.07%

R = 33.98%
G = 43.96%
B = 22.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#C2FB7E (or 0xC2FB7E) is known color: Sulu. HEX triplet: C2, FB and 7E. RGB value is (194,251,126). Sum of RGB (Red+Green+Blue) = 194+251+126=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 251 (98.44% from 255 or 43.96% from 571); Blue value is 126 (49.61% from 255 or 22.07% from 571); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FB7E is #3D0481. Grayscale: #DCDCDC. Windows color (decimal): -3998850 or 8321986. OLE color: 8321986.

HSL color Cylindrical-coordinate representation of color #C2FB7E: hue angle of 87.36º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2FB7E is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 251 126 -
CMYK 0.23 0 0.50 0.02
HSL 87.36º 0.94% 0.74% -
HSV(B) 87.36º 0.5% 0.98% -
XYZ 60.51 81.97 32.37 -
YUV 219.71 75.12 109.66 -
System Red Green Blue C M Y K H S L
Decimal 194 251 126 0.23 0 0.50 0.02 87.36 0.94 0.74
Hex C2 FB 7E 17 0 32 2 57 5E 4A
Octal 302 373 176 27 0 62 2 127 136 112
Binary 11000010 11111011 1111110 10111 0 110010 10 1010111 1011110 1001010

Color Harmonies of #C2FB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FB7E

Black with #C2FB7E

Text Example


Text Example

White with #C2FB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FB7E; }

 p { color: rgb(194,251,126); }

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

background-color css

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

 a { background-color: rgb(194,251,126); }

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

border-color css

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

 span { border-color: rgb(194,251,126); }

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