Html Css Color HEX #BDEF66 Sulu

📋 copy color: '#BDEF66'

red 189 ◦ green 239 ◦ blue 102

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

Shades of Sulu #BDEF66

Tints of Sulu #BDEF66

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.09%

 BLUE value IS 102 (40.23% from 255) = 19.25%

R = 35.66%
G = 45.09%
B = 19.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#BDEF66 (or 0xBDEF66) is known color: Sulu. HEX triplet: BD, EF and 66. RGB value is (189,239,102). Sum of RGB (Red+Green+Blue) = 189+239+102=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEF66 is #421099. Grayscale: #D0D0D0. Windows color (decimal): -4329626 or 6746045. OLE color: 6746045.

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

Color convert

RGB 189 239 102 -
CMYK 0.21 0 0.57 0.06
HSL 81.9º 0.81% 0.67% -
HSV(B) 81.9º 0.57% 0.94% -
XYZ 54.25 73.51 23.9 -
YUV 208.43 67.94 114.14 -
System Red Green Blue C M Y K H S L
Decimal 189 239 102 0.21 0 0.57 0.06 81.9 0.81 0.67
Hex BD EF 66 15 0 39 6 52 51 43
Octal 275 357 146 25 0 71 6 122 121 103
Binary 10111101 11101111 1100110 10101 0 111001 110 1010010 1010001 1000011

Color Harmonies of #BDEF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEF66

Black with #BDEF66

Text Example


Text Example

White with #BDEF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEF66; }

 p { color: rgb(189,239,102); }

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

background-color css

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

 a { background-color: rgb(189,239,102); }

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

border-color css

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

 span { border-color: rgb(189,239,102); }

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