Html Css Color HEX #BDF04D Conifer

📋 copy color: '#BDF04D'

red 189 ◦ green 240 ◦ blue 77

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

Shades of Conifer #BDF04D

Tints of Conifer #BDF04D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.43%

 BLUE value IS 77 (30.47% from 255) = 15.22%

R = 37.35%
G = 47.43%
B = 15.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#BDF04D (or 0xBDF04D) is known color: Conifer. HEX triplet: BD, F0 and 4D. RGB value is (189,240,77). Sum of RGB (Red+Green+Blue) = 189+240+77=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF04D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF04D is #420FB2. Grayscale: #CECECE. Windows color (decimal): -4329395 or 5107901. OLE color: 5107901.

HSL color Cylindrical-coordinate representation of color #BDF04D: hue angle of 78.77º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDF04D is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 77 -
CMYK 0.21 0 0.68 0.06
HSL 78.77º 0.84% 0.62% -
HSV(B) 78.77º 0.68% 0.94% -
XYZ 53.49 73.67 18.42 -
YUV 206.17 55.1 115.75 -
System Red Green Blue C M Y K H S L
Decimal 189 240 77 0.21 0 0.68 0.06 78.77 0.84 0.62
Hex BD F0 4D 15 0 44 6 4F 54 3E
Octal 275 360 115 25 0 104 6 117 124 76
Binary 10111101 11110000 1001101 10101 0 1000100 110 1001111 1010100 111110

Color Harmonies of #BDF04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF04D

Black with #BDF04D

Text Example


Text Example

White with #BDF04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF04D; }

 p { color: rgb(189,240,77); }

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

background-color css

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

 a { background-color: rgb(189,240,77); }

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

border-color css

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

 span { border-color: rgb(189,240,77); }

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