Html Css Color HEX #BDF658 Conifer

📋 copy color: '#BDF658'

red 189 ◦ green 246 ◦ blue 88

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

Shades of Conifer #BDF658

Tints of Conifer #BDF658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.83%

R = 36.14%
G = 47.04%
B = 16.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#BDF658 (or 0xBDF658) is known color: Conifer. HEX triplet: BD, F6 and 58. RGB value is (189,246,88). Sum of RGB (Red+Green+Blue) = 189+246+88=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 88 (34.77% from 255 or 16.83% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF658 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF658 is #4209A7. Grayscale: #D3D3D3. Windows color (decimal): -4327848 or 5830333. OLE color: 5830333.

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

Color convert

RGB 189 246 88 -
CMYK 0.23 0 0.64 0.04
HSL 81.65º 0.9% 0.65% -
HSV(B) 81.65º 0.64% 0.96% -
XYZ 55.7 77.43 21.24 -
YUV 210.95 58.62 112.35 -
System Red Green Blue C M Y K H S L
Decimal 189 246 88 0.23 0 0.64 0.04 81.65 0.9 0.65
Hex BD F6 58 17 0 40 4 52 5A 41
Octal 275 366 130 27 0 100 4 122 132 101
Binary 10111101 11110110 1011000 10111 0 1000000 100 1010010 1011010 1000001

Color Harmonies of #BDF658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF658

Black with #BDF658

Text Example


Text Example

White with #BDF658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF658; }

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

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

background-color css

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

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

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

border-color css

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

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

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