Html Css Color HEX #9DEF4B Conifer

📋 copy color: '#9DEF4B'

red 157 ◦ green 239 ◦ blue 75

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

Shades of Conifer #9DEF4B

Tints of Conifer #9DEF4B

RGB

 RED value IS 157 (61.72% from 255) = 33.33%

 GREEN value IS 239 (93.75% from 255) = 50.74%

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

R = 33.33%
G = 50.74%
B = 15.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#9DEF4B (or 0x9DEF4B) is known color: Conifer. HEX triplet: 9D, EF and 4B. RGB value is (157,239,75). Sum of RGB (Red+Green+Blue) = 157+239+75=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEF4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DEF4B is #6210B4. Grayscale: #C4C4C4. Windows color (decimal): -6426805 or 4976541. OLE color: 4976541.

HSL color Cylindrical-coordinate representation of color #9DEF4B: hue angle of 90º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9DEF4B is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 239 75 -
CMYK 0.34 0 0.69 0.06
HSL 90º 0.84% 0.62% -
HSV(B) 90º 0.69% 0.94% -
XYZ 46.04 69.41 17.63 -
YUV 195.79 59.83 100.34 -
System Red Green Blue C M Y K H S L
Decimal 157 239 75 0.34 0 0.69 0.06 90 0.84 0.62
Hex 9D EF 4B 22 0 45 6 5A 54 3E
Octal 235 357 113 42 0 105 6 132 124 76
Binary 10011101 11101111 1001011 100010 0 1000101 110 1011010 1010100 111110

Color Harmonies of #9DEF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEF4B

Black with #9DEF4B

Text Example


Text Example

White with #9DEF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DEF4B; }

 p { color: rgb(157,239,75); }

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

background-color css

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

 a { background-color: rgb(157,239,75); }

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

border-color css

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

 span { border-color: rgb(157,239,75); }

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