Html Css Color HEX #BDF648 Conifer

📋 copy color: '#BDF648'

red 189 ◦ green 246 ◦ blue 72

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

Shades of Conifer #BDF648

Tints of Conifer #BDF648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.2%

R = 37.28%
G = 48.52%
B = 14.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#BDF648 (or 0xBDF648) is known color: Conifer. HEX triplet: BD, F6 and 48. RGB value is (189,246,72). Sum of RGB (Red+Green+Blue) = 189+246+72=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 72 (28.52% from 255 or 14.20% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF648 is #4209B7. Grayscale: #D1D1D1. Windows color (decimal): -4327864 or 4781757. OLE color: 4781757.

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

Color convert

RGB 189 246 72 -
CMYK 0.23 0 0.71 0.04
HSL 79.66º 0.91% 0.62% -
HSV(B) 79.66º 0.71% 0.96% -
XYZ 55.11 77.2 18.13 -
YUV 209.12 50.62 113.65 -
System Red Green Blue C M Y K H S L
Decimal 189 246 72 0.23 0 0.71 0.04 79.66 0.91 0.62
Hex BD F6 48 17 0 47 4 50 5B 3E
Octal 275 366 110 27 0 107 4 120 133 76
Binary 10111101 11110110 1001000 10111 0 1000111 100 1010000 1011011 111110

Color Harmonies of #BDF648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF648

Black with #BDF648

Text Example


Text Example

White with #BDF648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF648; }

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

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

background-color css

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

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

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

border-color css

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

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

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