Html Css Color HEX #BDF34F Conifer

📋 copy color: '#BDF34F'

red 189 ◦ green 243 ◦ blue 79

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

Shades of Conifer #BDF34F

Tints of Conifer #BDF34F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.55%

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

R = 36.99%
G = 47.55%
B = 15.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#BDF34F (or 0xBDF34F) is known color: Conifer. HEX triplet: BD, F3 and 4F. RGB value is (189,243,79). Sum of RGB (Red+Green+Blue) = 189+243+79=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF34F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF34F is #420CB0. Grayscale: #D0D0D0. Windows color (decimal): -4328625 or 5239741. OLE color: 5239741.

HSL color Cylindrical-coordinate representation of color #BDF34F: hue angle of 79.76º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDF34F is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 79 -
CMYK 0.22 0 0.67 0.05
HSL 79.76º 0.87% 0.63% -
HSV(B) 79.76º 0.67% 0.95% -
XYZ 54.45 75.48 19.1 -
YUV 208.16 55.11 114.34 -
System Red Green Blue C M Y K H S L
Decimal 189 243 79 0.22 0 0.67 0.05 79.76 0.87 0.63
Hex BD F3 4F 16 0 43 5 50 57 3F
Octal 275 363 117 26 0 103 5 120 127 77
Binary 10111101 11110011 1001111 10110 0 1000011 101 1010000 1010111 111111

Color Harmonies of #BDF34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF34F

Black with #BDF34F

Text Example


Text Example

White with #BDF34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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