Html Css Color HEX #BDF35D Conifer

📋 copy color: '#BDF35D'

red 189 ◦ green 243 ◦ blue 93

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

Shades of Conifer #BDF35D

Tints of Conifer #BDF35D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.29%

 BLUE value IS 93 (36.72% from 255) = 17.71%

R = 36%
G = 46.29%
B = 17.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#BDF35D (or 0xBDF35D) is known color: Conifer. HEX triplet: BD, F3 and 5D. RGB value is (189,243,93). Sum of RGB (Red+Green+Blue) = 189+243+93=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF35D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF35D is #420CA2. Grayscale: #D2D2D2. Windows color (decimal): -4328611 or 6157245. OLE color: 6157245.

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

Color convert

RGB 189 243 93 -
CMYK 0.22 0 0.62 0.05
HSL 81.6º 0.86% 0.66% -
HSV(B) 81.6º 0.62% 0.95% -
XYZ 55.01 75.71 22.07 -
YUV 209.75 62.11 113.2 -
System Red Green Blue C M Y K H S L
Decimal 189 243 93 0.22 0 0.62 0.05 81.6 0.86 0.66
Hex BD F3 5D 16 0 3E 5 52 56 42
Octal 275 363 135 26 0 76 5 122 126 102
Binary 10111101 11110011 1011101 10110 0 111110 101 1010010 1010110 1000010

Color Harmonies of #BDF35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF35D

Black with #BDF35D

Text Example


Text Example

White with #BDF35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF35D; }

 p { color: rgb(189,243,93); }

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

background-color css

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

 a { background-color: rgb(189,243,93); }

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

border-color css

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

 span { border-color: rgb(189,243,93); }

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