Html Css Color HEX #BDF145 Conifer

📋 copy color: '#BDF145'

red 189 ◦ green 241 ◦ blue 69

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

Shades of Conifer #BDF145

Tints of Conifer #BDF145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.83%

R = 37.88%
G = 48.3%
B = 13.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#BDF145 (or 0xBDF145) is known color: Conifer. HEX triplet: BD, F1 and 45. RGB value is (189,241,69). Sum of RGB (Red+Green+Blue) = 189+241+69=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF145 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF145 is #420EBA. Grayscale: #CECECE. Windows color (decimal): -4329147 or 4583869. OLE color: 4583869.

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

Color convert

RGB 189 241 69 -
CMYK 0.22 0 0.71 0.05
HSL 78.14º 0.86% 0.61% -
HSV(B) 78.14º 0.71% 0.95% -
XYZ 53.52 74.16 17.12 -
YUV 205.84 50.77 115.99 -
System Red Green Blue C M Y K H S L
Decimal 189 241 69 0.22 0 0.71 0.05 78.14 0.86 0.61
Hex BD F1 45 16 0 47 5 4E 56 3D
Octal 275 361 105 26 0 107 5 116 126 75
Binary 10111101 11110001 1000101 10110 0 1000111 101 1001110 1010110 111101

Color Harmonies of #BDF145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF145

Black with #BDF145

Text Example


Text Example

White with #BDF145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF145; }

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

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

background-color css

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

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

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

border-color css

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

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

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