Html Css Color HEX #BDF64D Conifer

📋 copy color: '#BDF64D'

red 189 ◦ green 246 ◦ blue 77

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

Shades of Conifer #BDF64D

Tints of Conifer #BDF64D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.04%

R = 36.91%
G = 48.05%
B = 15.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#BDF64D (or 0xBDF64D) is known color: Conifer. HEX triplet: BD, F6 and 4D. RGB value is (189,246,77). Sum of RGB (Red+Green+Blue) = 189+246+77=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF64D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF64D is #4209B2. Grayscale: #D2D2D2. Windows color (decimal): -4327859 or 5109437. OLE color: 5109437.

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

Color convert

RGB 189 246 77 -
CMYK 0.23 0 0.69 0.04
HSL 80.24º 0.9% 0.63% -
HSV(B) 80.24º 0.69% 0.96% -
XYZ 55.28 77.27 19.02 -
YUV 209.69 53.12 113.24 -
System Red Green Blue C M Y K H S L
Decimal 189 246 77 0.23 0 0.69 0.04 80.24 0.9 0.63
Hex BD F6 4D 17 0 45 4 50 5A 3F
Octal 275 366 115 27 0 105 4 120 132 77
Binary 10111101 11110110 1001101 10111 0 1000101 100 1010000 1011010 111111

Color Harmonies of #BDF64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF64D

Black with #BDF64D

Text Example


Text Example

White with #BDF64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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