Html Css Color HEX #CCF68D Sulu

📋 copy color: '#CCF68D'

red 204 ◦ green 246 ◦ blue 141

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

Shades of Sulu #CCF68D

Tints of Sulu #CCF68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.86%

R = 34.52%
G = 41.62%
B = 23.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#CCF68D (or 0xCCF68D) is known color: Sulu. HEX triplet: CC, F6 and 8D. RGB value is (204,246,141). Sum of RGB (Red+Green+Blue) = 204+246+141=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 141 (55.47% from 255 or 23.86% from 591); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF68D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF68D is #330972. Grayscale: #DDDDDD. Windows color (decimal): -3344755 or 9303756. OLE color: 9303756.

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

Color convert

RGB 204 246 141 -
CMYK 0.17 0 0.43 0.04
HSL 84º 0.85% 0.76% -
HSV(B) 84º 0.43% 0.96% -
XYZ 62.67 80.67 37.47 -
YUV 221.47 82.59 115.54 -
System Red Green Blue C M Y K H S L
Decimal 204 246 141 0.17 0 0.43 0.04 84 0.85 0.76
Hex CC F6 8D 11 0 2B 4 54 55 4C
Octal 314 366 215 21 0 53 4 124 125 114
Binary 11001100 11110110 10001101 10001 0 101011 100 1010100 1010101 1001100

Color Harmonies of #CCF68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF68D

Black with #CCF68D

Text Example


Text Example

White with #CCF68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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