Html Css Color HEX #CDE679 Sulu

📋 copy color: '#CDE679'

red 205 ◦ green 230 ◦ blue 121

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

Shades of Sulu #CDE679

Tints of Sulu #CDE679

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.37%

 BLUE value IS 121 (47.66% from 255) = 21.76%

R = 36.87%
G = 41.37%
B = 21.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#CDE679 (or 0xCDE679) is known color: Sulu. HEX triplet: CD, E6 and 79. RGB value is (205,230,121). Sum of RGB (Red+Green+Blue) = 205+230+121=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 121 (47.66% from 255 or 21.76% from 556); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE679 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE679 is #321986. Grayscale: #D2D2D2. Windows color (decimal): -3283335 or 7988941. OLE color: 7988941.

HSL color Cylindrical-coordinate representation of color #CDE679: hue angle of 73.76º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDE679 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 230 121 -
CMYK 0.11 0 0.47 0.10
HSL 73.76º 0.69% 0.69% -
HSV(B) 73.76º 0.47% 0.9% -
XYZ 56.92 70.95 28.78 -
YUV 210.1 77.72 124.36 -
System Red Green Blue C M Y K H S L
Decimal 205 230 121 0.11 0 0.47 0.10 73.76 0.69 0.69
Hex CD E6 79 B 0 2F A 4A 45 45
Octal 315 346 171 13 0 57 12 112 105 105
Binary 11001101 11100110 1111001 1011 0 101111 1010 1001010 1000101 1000101

Color Harmonies of #CDE679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE679

Black with #CDE679

Text Example


Text Example

White with #CDE679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE679; }

 p { color: rgb(205,230,121); }

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

background-color css

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

 a { background-color: rgb(205,230,121); }

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

border-color css

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

 span { border-color: rgb(205,230,121); }

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