Html Css Color HEX #CCF14A Pear

📋 copy color: '#CCF14A'

red 204 ◦ green 241 ◦ blue 74

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

Shades of Pear #CCF14A

Tints of Pear #CCF14A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.44%

 BLUE value IS 74 (29.3% from 255) = 14.26%

R = 39.31%
G = 46.44%
B = 14.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#CCF14A (or 0xCCF14A) is known color: Pear. HEX triplet: CC, F1 and 4A. RGB value is (204,241,74). Sum of RGB (Red+Green+Blue) = 204+241+74=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 74 (29.30% from 255 or 14.26% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF14A is #330EB5. Grayscale: #D3D3D3. Windows color (decimal): -3346102 or 4911564. OLE color: 4911564.

HSL color Cylindrical-coordinate representation of color #CCF14A: hue angle of 73.29º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCF14A is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 74 -
CMYK 0.15 0 0.69 0.05
HSL 73.29º 0.86% 0.62% -
HSV(B) 73.29º 0.69% 0.95% -
XYZ 57.59 76.24 18.16 -
YUV 210.9 50.74 123.08 -
System Red Green Blue C M Y K H S L
Decimal 204 241 74 0.15 0 0.69 0.05 73.29 0.86 0.62
Hex CC F1 4A F 0 45 5 49 56 3E
Octal 314 361 112 17 0 105 5 111 126 76
Binary 11001100 11110001 1001010 1111 0 1000101 101 1001001 1010110 111110

Color Harmonies of #CCF14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF14A

Black with #CCF14A

Text Example


Text Example

White with #CCF14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF14A; }

 p { color: rgb(204,241,74); }

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

background-color css

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

 a { background-color: rgb(204,241,74); }

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

border-color css

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

 span { border-color: rgb(204,241,74); }

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