Html Css Color HEX #CFE474 Mindaro

📋 copy color: '#CFE474'

red 207 ◦ green 228 ◦ blue 116

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

Shades of Mindaro #CFE474

Tints of Mindaro #CFE474

RGB

 RED value IS 207 (81.25% from 255) = 37.57%

 GREEN value IS 228 (89.45% from 255) = 41.38%

 BLUE value IS 116 (45.7% from 255) = 21.05%

R = 37.57%
G = 41.38%
B = 21.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#CFE474 (or 0xCFE474) is known color: Mindaro. HEX triplet: CF, E4 and 74. RGB value is (207,228,116). Sum of RGB (Red+Green+Blue) = 207+228+116=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE474 is #301B8B. Grayscale: #D1D1D1. Windows color (decimal): -3152780 or 7660751. OLE color: 7660751.

HSL color Cylindrical-coordinate representation of color #CFE474: hue angle of 71.25º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFE474 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 228 116 -
CMYK 0.09 0 0.49 0.11
HSL 71.25º 0.67% 0.67% -
HSV(B) 71.25º 0.49% 0.89% -
XYZ 56.63 70.01 27.05 -
YUV 208.95 75.54 126.61 -
System Red Green Blue C M Y K H S L
Decimal 207 228 116 0.09 0 0.49 0.11 71.25 0.67 0.67
Hex CF E4 74 9 0 31 B 47 43 43
Octal 317 344 164 11 0 61 13 107 103 103
Binary 11001111 11100100 1110100 1001 0 110001 1011 1000111 1000011 1000011

Color Harmonies of #CFE474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE474

Black with #CFE474

Text Example


Text Example

White with #CFE474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE474; }

 p { color: rgb(207,228,116); }

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

background-color css

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

 a { background-color: rgb(207,228,116); }

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

border-color css

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

 span { border-color: rgb(207,228,116); }

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