Html Css Color HEX #CDF571 Sulu

📋 copy color: '#CDF571'

red 205 ◦ green 245 ◦ blue 113

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

Shades of Sulu #CDF571

Tints of Sulu #CDF571

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.52%

 BLUE value IS 113 (44.53% from 255) = 20.07%

R = 36.41%
G = 43.52%
B = 20.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#CDF571 (or 0xCDF571) is known color: Sulu. HEX triplet: CD, F5 and 71. RGB value is (205,245,113). Sum of RGB (Red+Green+Blue) = 205+245+113=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 113 (44.53% from 255 or 20.07% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF571 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF571 is #320A8E. Grayscale: #DADADA. Windows color (decimal): -3279503 or 7468493. OLE color: 7468493.

HSL color Cylindrical-coordinate representation of color #CDF571: hue angle of 78.18º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDF571 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 245 113 -
CMYK 0.16 0 0.54 0.04
HSL 78.18º 0.87% 0.7% -
HSV(B) 78.18º 0.54% 0.96% -
XYZ 60.81 79.48 27.76 -
YUV 217.99 68.75 118.73 -
System Red Green Blue C M Y K H S L
Decimal 205 245 113 0.16 0 0.54 0.04 78.18 0.87 0.7
Hex CD F5 71 10 0 36 4 4E 57 46
Octal 315 365 161 20 0 66 4 116 127 106
Binary 11001101 11110101 1110001 10000 0 110110 100 1001110 1010111 1000110

Color Harmonies of #CDF571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF571

Black with #CDF571

Text Example


Text Example

White with #CDF571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF571; }

 p { color: rgb(205,245,113); }

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

background-color css

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

 a { background-color: rgb(205,245,113); }

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

border-color css

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

 span { border-color: rgb(205,245,113); }

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