Html Css Color HEX #CDF684 Sulu

📋 copy color: '#CDF684'

red 205 ◦ green 246 ◦ blue 132

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

Shades of Sulu #CDF684

Tints of Sulu #CDF684

RGB

 RED value IS 205 (80.47% from 255) = 35.16%

 GREEN value IS 246 (96.48% from 255) = 42.2%

 BLUE value IS 132 (51.95% from 255) = 22.64%

R = 35.16%
G = 42.2%
B = 22.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#CDF684 (or 0xCDF684) is known color: Sulu. HEX triplet: CD, F6 and 84. RGB value is (205,246,132). Sum of RGB (Red+Green+Blue) = 205+246+132=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 246 (96.48% from 255 or 42.20% from 583); Blue value is 132 (51.95% from 255 or 22.64% from 583); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF684 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF684 is #32097B. Grayscale: #DDDDDD. Windows color (decimal): -3279228 or 8713933. OLE color: 8713933.

HSL color Cylindrical-coordinate representation of color #CDF684: hue angle of 81.58º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDF684 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 246 132 -
CMYK 0.17 0 0.46 0.04
HSL 81.58º 0.86% 0.74% -
HSV(B) 81.58º 0.46% 0.96% -
XYZ 62.3 80.56 34.1 -
YUV 220.75 77.92 116.77 -
System Red Green Blue C M Y K H S L
Decimal 205 246 132 0.17 0 0.46 0.04 81.58 0.86 0.74
Hex CD F6 84 11 0 2E 4 52 56 4A
Octal 315 366 204 21 0 56 4 122 126 112
Binary 11001101 11110110 10000100 10001 0 101110 100 1010010 1010110 1001010

Color Harmonies of #CDF684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF684

Black with #CDF684

Text Example


Text Example

White with #CDF684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF684; }

 p { color: rgb(205,246,132); }

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

background-color css

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

 a { background-color: rgb(205,246,132); }

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

border-color css

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

 span { border-color: rgb(205,246,132); }

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