Html Css Color HEX #CFE480 Sulu

📋 copy color: '#CFE480'

red 207 ◦ green 228 ◦ blue 128

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

Shades of Sulu #CFE480

Tints of Sulu #CFE480

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.5%

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

R = 36.77%
G = 40.5%
B = 22.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#CFE480 (or 0xCFE480) is known color: Sulu. HEX triplet: CF, E4 and 80. RGB value is (207,228,128). Sum of RGB (Red+Green+Blue) = 207+228+128=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 228 (89.45% from 255 or 40.50% from 563); Blue value is 128 (50.39% from 255 or 22.74% from 563); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE480 is #301B7F. Grayscale: #D2D2D2. Windows color (decimal): -3152768 or 8447183. OLE color: 8447183.

HSL color Cylindrical-coordinate representation of color #CFE480: hue angle of 72.6º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFE480 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 228 128 -
CMYK 0.09 0 0.44 0.11
HSL 72.6º 0.65% 0.7% -
HSV(B) 72.6º 0.44% 0.89% -
XYZ 57.37 70.31 30.97 -
YUV 210.32 81.54 125.63 -
System Red Green Blue C M Y K H S L
Decimal 207 228 128 0.09 0 0.44 0.11 72.6 0.65 0.7
Hex CF E4 80 9 0 2C B 49 41 46
Octal 317 344 200 11 0 54 13 111 101 106
Binary 11001111 11100100 10000000 1001 0 101100 1011 1001001 1000001 1000110

Color Harmonies of #CFE480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE480

Black with #CFE480

Text Example


Text Example

White with #CFE480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE480; }

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

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

background-color css

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

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

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

border-color css

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

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

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