Html Css Color HEX #BDF94F Conifer

📋 copy color: '#BDF94F'

red 189 ◦ green 249 ◦ blue 79

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

Shades of Conifer #BDF94F

Tints of Conifer #BDF94F

RGB

 RED value IS 189 (74.22% from 255) = 36.56%

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

 BLUE value IS 79 (31.25% from 255) = 15.28%

R = 36.56%
G = 48.16%
B = 15.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#BDF94F (or 0xBDF94F) is known color: Conifer. HEX triplet: BD, F9 and 4F. RGB value is (189,249,79). Sum of RGB (Red+Green+Blue) = 189+249+79=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 79 (31.25% from 255 or 15.28% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF94F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF94F is #4206B0. Grayscale: #D4D4D4. Windows color (decimal): -4327089 or 5241277. OLE color: 5241277.

HSL color Cylindrical-coordinate representation of color #BDF94F: hue angle of 81.18º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDF94F is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 79 -
CMYK 0.24 0 0.68 0.02
HSL 81.18º 0.93% 0.64% -
HSV(B) 81.18º 0.68% 0.98% -
XYZ 56.27 79.13 19.71 -
YUV 211.68 53.12 111.82 -
System Red Green Blue C M Y K H S L
Decimal 189 249 79 0.24 0 0.68 0.02 81.18 0.93 0.64
Hex BD F9 4F 18 0 44 2 51 5D 40
Octal 275 371 117 30 0 104 2 121 135 100
Binary 10111101 11111001 1001111 11000 0 1000100 10 1010001 1011101 1000000

Color Harmonies of #BDF94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF94F

Black with #BDF94F

Text Example


Text Example

White with #BDF94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF94F; }

 p { color: rgb(189,249,79); }

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

background-color css

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

 a { background-color: rgb(189,249,79); }

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

border-color css

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

 span { border-color: rgb(189,249,79); }

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