Html Css Color HEX #BDF84E Conifer

📋 copy color: '#BDF84E'

red 189 ◦ green 248 ◦ blue 78

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

Shades of Conifer #BDF84E

Tints of Conifer #BDF84E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.16%

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

R = 36.7%
G = 48.16%
B = 15.15%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#BDF84E (or 0xBDF84E) is known color: Conifer. HEX triplet: BD, F8 and 4E. RGB value is (189,248,78). Sum of RGB (Red+Green+Blue) = 189+248+78=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF84E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF84E is #4207B1. Grayscale: #D3D3D3. Windows color (decimal): -4327346 or 5175485. OLE color: 5175485.

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

Color convert

RGB 189 248 78 -
CMYK 0.24 0 0.69 0.03
HSL 80.82º 0.92% 0.64% -
HSV(B) 80.82º 0.69% 0.97% -
XYZ 55.93 78.5 19.41 -
YUV 210.98 52.95 112.32 -
System Red Green Blue C M Y K H S L
Decimal 189 248 78 0.24 0 0.69 0.03 80.82 0.92 0.64
Hex BD F8 4E 18 0 45 3 51 5C 40
Octal 275 370 116 30 0 105 3 121 134 100
Binary 10111101 11111000 1001110 11000 0 1000101 11 1010001 1011100 1000000

Color Harmonies of #BDF84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF84E

Black with #BDF84E

Text Example


Text Example

White with #BDF84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF84E; }

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

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

background-color css

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

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

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

border-color css

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

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

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