Html Css Color HEX #BDF144 Conifer

📋 copy color: '#BDF144'

red 189 ◦ green 241 ◦ blue 68

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

Shades of Conifer #BDF144

Tints of Conifer #BDF144

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.39%

 BLUE value IS 68 (26.95% from 255) = 13.65%

R = 37.95%
G = 48.39%
B = 13.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#BDF144 (or 0xBDF144) is known color: Conifer. HEX triplet: BD, F1 and 44. RGB value is (189,241,68). Sum of RGB (Red+Green+Blue) = 189+241+68=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 68 (26.95% from 255 or 13.65% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF144 is #420EBB. Grayscale: #CECECE. Windows color (decimal): -4329148 or 4518333. OLE color: 4518333.

HSL color Cylindrical-coordinate representation of color #BDF144: hue angle of 78.03º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDF144 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 68 -
CMYK 0.22 0 0.72 0.05
HSL 78.03º 0.86% 0.61% -
HSV(B) 78.03º 0.72% 0.95% -
XYZ 53.48 74.15 16.96 -
YUV 205.73 50.27 116.07 -
System Red Green Blue C M Y K H S L
Decimal 189 241 68 0.22 0 0.72 0.05 78.03 0.86 0.61
Hex BD F1 44 16 0 48 5 4E 56 3D
Octal 275 361 104 26 0 110 5 116 126 75
Binary 10111101 11110001 1000100 10110 0 1001000 101 1001110 1010110 111101

Color Harmonies of #BDF144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF144

Black with #BDF144

Text Example


Text Example

White with #BDF144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF144; }

 p { color: rgb(189,241,68); }

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

background-color css

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

 a { background-color: rgb(189,241,68); }

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

border-color css

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

 span { border-color: rgb(189,241,68); }

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