Html Css Color HEX #CCF28F Reef

📋 copy color: '#CCF28F'

red 204 ◦ green 242 ◦ blue 143

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

Shades of Reef #CCF28F

Tints of Reef #CCF28F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.09%

 BLUE value IS 143 (56.25% from 255) = 24.28%

R = 34.63%
G = 41.09%
B = 24.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#CCF28F (or 0xCCF28F) is known color: Reef. HEX triplet: CC, F2 and 8F. RGB value is (204,242,143). Sum of RGB (Red+Green+Blue) = 204+242+143=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 143 (56.25% from 255 or 24.28% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF28F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF28F is #330D70. Grayscale: #DBDBDB. Windows color (decimal): -3345777 or 9433804. OLE color: 9433804.

HSL color Cylindrical-coordinate representation of color #CCF28F: hue angle of 83.03º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCF28F is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 143 -
CMYK 0.16 0 0.41 0.05
HSL 83.03º 0.79% 0.75% -
HSV(B) 83.03º 0.41% 0.95% -
XYZ 61.61 78.32 37.86 -
YUV 219.35 84.91 117.05 -
System Red Green Blue C M Y K H S L
Decimal 204 242 143 0.16 0 0.41 0.05 83.03 0.79 0.75
Hex CC F2 8F 10 0 29 5 53 4F 4B
Octal 314 362 217 20 0 51 5 123 117 113
Binary 11001100 11110010 10001111 10000 0 101001 101 1010011 1001111 1001011

Color Harmonies of #CCF28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF28F

Black with #CCF28F

Text Example


Text Example

White with #CCF28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF28F; }

 p { color: rgb(204,242,143); }

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

background-color css

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

 a { background-color: rgb(204,242,143); }

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

border-color css

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

 span { border-color: rgb(204,242,143); }

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