Html Css Color HEX #CCF98D Reef

📋 copy color: '#CCF98D'

red 204 ◦ green 249 ◦ blue 141

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

Shades of Reef #CCF98D

Tints of Reef #CCF98D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.92%

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

R = 34.34%
G = 41.92%
B = 23.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#CCF98D (or 0xCCF98D) is known color: Reef. HEX triplet: CC, F9 and 8D. RGB value is (204,249,141). Sum of RGB (Red+Green+Blue) = 204+249+141=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 141 (55.47% from 255 or 23.74% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF98D is #330672. Grayscale: #DFDFDF. Windows color (decimal): -3343987 or 9304524. OLE color: 9304524.

HSL color Cylindrical-coordinate representation of color #CCF98D: hue angle of 85º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCF98D is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 141 -
CMYK 0.18 0 0.43 0.02
HSL 85º 0.9% 0.76% -
HSV(B) 85º 0.43% 0.98% -
XYZ 63.59 82.51 37.77 -
YUV 223.23 81.59 114.28 -
System Red Green Blue C M Y K H S L
Decimal 204 249 141 0.18 0 0.43 0.02 85 0.9 0.76
Hex CC F9 8D 12 0 2B 2 55 5A 4C
Octal 314 371 215 22 0 53 2 125 132 114
Binary 11001100 11111001 10001101 10010 0 101011 10 1010101 1011010 1001100

Color Harmonies of #CCF98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF98D

Black with #CCF98D

Text Example


Text Example

White with #CCF98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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