Html Css Color HEX #BDF94C Conifer

📋 copy color: '#BDF94C'

red 189 ◦ green 249 ◦ blue 76

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

Shades of Conifer #BDF94C

Tints of Conifer #BDF94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.79%

R = 36.77%
G = 48.44%
B = 14.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#BDF94C (or 0xBDF94C) is known color: Conifer. HEX triplet: BD, F9 and 4C. RGB value is (189,249,76). Sum of RGB (Red+Green+Blue) = 189+249+76=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 76 (30.08% from 255 or 14.79% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF94C is #4206B3. Grayscale: #D3D3D3. Windows color (decimal): -4327092 or 5044669. OLE color: 5044669.

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

Color convert

RGB 189 249 76 -
CMYK 0.24 0 0.69 0.02
HSL 80.81º 0.94% 0.64% -
HSV(B) 80.81º 0.69% 0.98% -
XYZ 56.17 79.09 19.14 -
YUV 211.34 51.62 112.07 -
System Red Green Blue C M Y K H S L
Decimal 189 249 76 0.24 0 0.69 0.02 80.81 0.94 0.64
Hex BD F9 4C 18 0 45 2 51 5E 40
Octal 275 371 114 30 0 105 2 121 136 100
Binary 10111101 11111001 1001100 11000 0 1000101 10 1010001 1011110 1000000

Color Harmonies of #BDF94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF94C

Black with #BDF94C

Text Example


Text Example

White with #BDF94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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