Html Css Color HEX #BDF64E Conifer

📋 copy color: '#BDF64E'

red 189 ◦ green 246 ◦ blue 78

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

Shades of Conifer #BDF64E

Tints of Conifer #BDF64E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.95%

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

R = 36.84%
G = 47.95%
B = 15.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#BDF64E (or 0xBDF64E) is known color: Conifer. HEX triplet: BD, F6 and 4E. RGB value is (189,246,78). Sum of RGB (Red+Green+Blue) = 189+246+78=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 78 (30.86% from 255 or 15.20% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF64E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF64E is #4209B1. Grayscale: #D2D2D2. Windows color (decimal): -4327858 or 5174973. OLE color: 5174973.

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

Color convert

RGB 189 246 78 -
CMYK 0.23 0 0.68 0.04
HSL 80.36º 0.9% 0.64% -
HSV(B) 80.36º 0.68% 0.96% -
XYZ 55.32 77.28 19.21 -
YUV 209.81 53.62 113.16 -
System Red Green Blue C M Y K H S L
Decimal 189 246 78 0.23 0 0.68 0.04 80.36 0.9 0.64
Hex BD F6 4E 17 0 44 4 50 5A 40
Octal 275 366 116 27 0 104 4 120 132 100
Binary 10111101 11110110 1001110 10111 0 1000100 100 1010000 1011010 1000000

Color Harmonies of #BDF64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF64E

Black with #BDF64E

Text Example


Text Example

White with #BDF64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF64E; }

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

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

background-color css

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

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

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

border-color css

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

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

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