Html Css Color HEX #C2F94B Conifer

📋 copy color: '#C2F94B'

red 194 ◦ green 249 ◦ blue 75

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

Shades of Conifer #C2F94B

Tints of Conifer #C2F94B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.07%

 BLUE value IS 75 (29.69% from 255) = 14.48%

R = 37.45%
G = 48.07%
B = 14.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#C2F94B (or 0xC2F94B) is known color: Conifer. HEX triplet: C2, F9 and 4B. RGB value is (194,249,75). Sum of RGB (Red+Green+Blue) = 194+249+75=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 75 (29.69% from 255 or 14.48% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F94B is #3D06B4. Grayscale: #D5D5D5. Windows color (decimal): -3999413 or 4979138. OLE color: 4979138.

HSL color Cylindrical-coordinate representation of color #C2F94B: hue angle of 78.97º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2F94B is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 249 75 -
CMYK 0.22 0 0.70 0.02
HSL 78.97º 0.94% 0.64% -
HSV(B) 78.97º 0.7% 0.98% -
XYZ 57.39 79.73 19.02 -
YUV 212.72 50.28 114.65 -
System Red Green Blue C M Y K H S L
Decimal 194 249 75 0.22 0 0.70 0.02 78.97 0.94 0.64
Hex C2 F9 4B 16 0 46 2 4F 5E 40
Octal 302 371 113 26 0 106 2 117 136 100
Binary 11000010 11111001 1001011 10110 0 1000110 10 1001111 1011110 1000000

Color Harmonies of #C2F94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F94B

Black with #C2F94B

Text Example


Text Example

White with #C2F94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F94B; }

 p { color: rgb(194,249,75); }

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

background-color css

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

 a { background-color: rgb(194,249,75); }

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

border-color css

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

 span { border-color: rgb(194,249,75); }

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