Html Css Color HEX #CFE080 Sulu

📋 copy color: '#CFE080'

red 207 ◦ green 224 ◦ blue 128

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

Shades of Sulu #CFE080

Tints of Sulu #CFE080

RGB

 RED value IS 207 (81.25% from 255) = 37.03%

 GREEN value IS 224 (87.89% from 255) = 40.07%

 BLUE value IS 128 (50.39% from 255) = 22.9%

R = 37.03%
G = 40.07%
B = 22.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#CFE080 (or 0xCFE080) is known color: Sulu. HEX triplet: CF, E0 and 80. RGB value is (207,224,128). Sum of RGB (Red+Green+Blue) = 207+224+128=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE080 is #301F7F. Grayscale: #D0D0D0. Windows color (decimal): -3153792 or 8446159. OLE color: 8446159.

HSL color Cylindrical-coordinate representation of color #CFE080: hue angle of 70.62º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFE080 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 128 -
CMYK 0.08 0 0.43 0.12
HSL 70.62º 0.61% 0.69% -
HSV(B) 70.62º 0.43% 0.88% -
XYZ 56.28 68.14 30.61 -
YUV 207.97 82.87 127.31 -
System Red Green Blue C M Y K H S L
Decimal 207 224 128 0.08 0 0.43 0.12 70.62 0.61 0.69
Hex CF E0 80 8 0 2B C 47 3D 45
Octal 317 340 200 10 0 53 14 107 75 105
Binary 11001111 11100000 10000000 1000 0 101011 1100 1000111 111101 1000101

Color Harmonies of #CFE080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE080

Black with #CFE080

Text Example


Text Example

White with #CFE080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE080; }

 p { color: rgb(207,224,128); }

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

background-color css

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

 a { background-color: rgb(207,224,128); }

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

border-color css

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

 span { border-color: rgb(207,224,128); }

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