Html Css Color HEX #BDF74E Conifer

📋 copy color: '#BDF74E'

red 189 ◦ green 247 ◦ blue 78

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

Shades of Conifer #BDF74E

Tints of Conifer #BDF74E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.05%

 BLUE value IS 78 (30.86% from 255) = 15.18%

R = 36.77%
G = 48.05%
B = 15.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#BDF74E (or 0xBDF74E) is known color: Conifer. HEX triplet: BD, F7 and 4E. RGB value is (189,247,78). Sum of RGB (Red+Green+Blue) = 189+247+78=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF74E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF74E is #4208B1. Grayscale: #D3D3D3. Windows color (decimal): -4327602 or 5175229. OLE color: 5175229.

HSL color Cylindrical-coordinate representation of color #BDF74E: hue angle of 80.59º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDF74E is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 78 -
CMYK 0.23 0 0.68 0.03
HSL 80.59º 0.91% 0.64% -
HSV(B) 80.59º 0.68% 0.97% -
XYZ 55.62 77.89 19.31 -
YUV 210.39 53.28 112.74 -
System Red Green Blue C M Y K H S L
Decimal 189 247 78 0.23 0 0.68 0.03 80.59 0.91 0.64
Hex BD F7 4E 17 0 44 3 51 5B 40
Octal 275 367 116 27 0 104 3 121 133 100
Binary 10111101 11110111 1001110 10111 0 1000100 11 1010001 1011011 1000000

Color Harmonies of #BDF74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF74E

Black with #BDF74E

Text Example


Text Example

White with #BDF74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF74E; }

 p { color: rgb(189,247,78); }

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

background-color css

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

 a { background-color: rgb(189,247,78); }

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

border-color css

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

 span { border-color: rgb(189,247,78); }

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