Html Css Color HEX #CCF682 Sulu

📋 copy color: '#CCF682'

red 204 ◦ green 246 ◦ blue 130

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

Shades of Sulu #CCF682

Tints of Sulu #CCF682

RGB

 RED value IS 204 (80.08% from 255) = 35.17%

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

 BLUE value IS 130 (51.17% from 255) = 22.41%

R = 35.17%
G = 42.41%
B = 22.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#CCF682 (or 0xCCF682) is known color: Sulu. HEX triplet: CC, F6 and 82. RGB value is (204,246,130). Sum of RGB (Red+Green+Blue) = 204+246+130=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 130 (51.17% from 255 or 22.41% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF682 is #33097D. Grayscale: #DCDCDC. Windows color (decimal): -3344766 or 8582860. OLE color: 8582860.

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

Color convert

RGB 204 246 130 -
CMYK 0.17 0 0.47 0.04
HSL 81.72º 0.87% 0.74% -
HSV(B) 81.72º 0.47% 0.96% -
XYZ 61.89 80.36 33.37 -
YUV 220.22 77.09 116.43 -
System Red Green Blue C M Y K H S L
Decimal 204 246 130 0.17 0 0.47 0.04 81.72 0.87 0.74
Hex CC F6 82 11 0 2F 4 52 57 4A
Octal 314 366 202 21 0 57 4 122 127 112
Binary 11001100 11110110 10000010 10001 0 101111 100 1010010 1010111 1001010

Color Harmonies of #CCF682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF682

Black with #CCF682

Text Example


Text Example

White with #CCF682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF682; }

 p { color: rgb(204,246,130); }

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

background-color css

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

 a { background-color: rgb(204,246,130); }

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

border-color css

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

 span { border-color: rgb(204,246,130); }

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