Html Css Color HEX #B2D63D Conifer

📋 copy color: '#B2D63D'

red 178 ◦ green 214 ◦ blue 61

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

Shades of Conifer #B2D63D

Tints of Conifer #B2D63D

RGB

 RED value IS 178 (69.92% from 255) = 39.29%

 GREEN value IS 214 (83.98% from 255) = 47.24%

 BLUE value IS 61 (24.22% from 255) = 13.47%

R = 39.29%
G = 47.24%
B = 13.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#B2D63D (or 0xB2D63D) is known color: Conifer. HEX triplet: B2, D6 and 3D. RGB value is (178,214,61). Sum of RGB (Red+Green+Blue) = 178+214+61=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 61 (24.22% from 255 or 13.47% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D63D is #4D29C2. Grayscale: #BABABA. Windows color (decimal): -5056963 or 4052658. OLE color: 4052658.

HSL color Cylindrical-coordinate representation of color #B2D63D: hue angle of 74.12º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2D63D is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 214 61 -
CMYK 0.17 0 0.71 0.16
HSL 74.12º 0.65% 0.54% -
HSV(B) 74.12º 0.71% 0.84% -
XYZ 43.25 57.9 13.31 -
YUV 185.79 57.57 122.44 -
System Red Green Blue C M Y K H S L
Decimal 178 214 61 0.17 0 0.71 0.16 74.12 0.65 0.54
Hex B2 D6 3D 11 0 47 10 4A 41 36
Octal 262 326 75 21 0 107 20 112 101 66
Binary 10110010 11010110 111101 10001 0 1000111 10000 1001010 1000001 110110

Color Harmonies of #B2D63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D63D

Black with #B2D63D

Text Example


Text Example

White with #B2D63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D63D; }

 p { color: rgb(178,214,61); }

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

background-color css

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

 a { background-color: rgb(178,214,61); }

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

border-color css

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

 span { border-color: rgb(178,214,61); }

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