Html Css Color HEX #BBF752 Conifer

📋 copy color: '#BBF752'

red 187 ◦ green 247 ◦ blue 82

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

Shades of Conifer #BBF752

Tints of Conifer #BBF752

RGB

 RED value IS 187 (73.44% from 255) = 36.24%

 GREEN value IS 247 (96.88% from 255) = 47.87%

 BLUE value IS 82 (32.42% from 255) = 15.89%

R = 36.24%
G = 47.87%
B = 15.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#BBF752 (or 0xBBF752) is known color: Conifer. HEX triplet: BB, F7 and 52. RGB value is (187,247,82). Sum of RGB (Red+Green+Blue) = 187+247+82=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 82 (32.42% from 255 or 15.89% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF752 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF752 is #4408AD. Grayscale: #D2D2D2. Windows color (decimal): -4458670 or 5437371. OLE color: 5437371.

HSL color Cylindrical-coordinate representation of color #BBF752: hue angle of 81.82º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBF752 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 247 82 -
CMYK 0.24 0 0.67 0.03
HSL 81.82º 0.91% 0.65% -
HSV(B) 81.82º 0.67% 0.97% -
XYZ 55.28 77.7 20.07 -
YUV 210.25 55.62 111.42 -
System Red Green Blue C M Y K H S L
Decimal 187 247 82 0.24 0 0.67 0.03 81.82 0.91 0.65
Hex BB F7 52 18 0 43 3 52 5B 41
Octal 273 367 122 30 0 103 3 122 133 101
Binary 10111011 11110111 1010010 11000 0 1000011 11 1010010 1011011 1000001

Color Harmonies of #BBF752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF752

Black with #BBF752

Text Example


Text Example

White with #BBF752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF752; }

 p { color: rgb(187,247,82); }

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

background-color css

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

 a { background-color: rgb(187,247,82); }

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

border-color css

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

 span { border-color: rgb(187,247,82); }

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