Html Css Color HEX #CFE68A Sulu

📋 copy color: '#CFE68A'

red 207 ◦ green 230 ◦ blue 138

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

Shades of Sulu #CFE68A

Tints of Sulu #CFE68A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40%

 BLUE value IS 138 (54.3% from 255) = 24%

R = 36%
G = 40%
B = 24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#CFE68A (or 0xCFE68A) is known color: Sulu. HEX triplet: CF, E6 and 8A. RGB value is (207,230,138). Sum of RGB (Red+Green+Blue) = 207+230+138=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE68A is #301975. Grayscale: #D4D4D4. Windows color (decimal): -3152246 or 9103055. OLE color: 9103055.

HSL color Cylindrical-coordinate representation of color #CFE68A: hue angle of 75º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFE68A is Cyan = 0.10, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 230 138 -
CMYK 0.10 0 0.4 0.10
HSL 75º 0.65% 0.72% -
HSV(B) 75º 0.4% 0.9% -
XYZ 58.62 71.69 34.79 -
YUV 212.64 85.88 123.98 -
System Red Green Blue C M Y K H S L
Decimal 207 230 138 0.10 0 0.4 0.10 75 0.65 0.72
Hex CF E6 8A A 0 28 A 4B 41 48
Octal 317 346 212 12 0 50 12 113 101 110
Binary 11001111 11100110 10001010 1010 0 101000 1010 1001011 1000001 1001000

Color Harmonies of #CFE68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE68A

Black with #CFE68A

Text Example


Text Example

White with #CFE68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE68A; }

 p { color: rgb(207,230,138); }

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

background-color css

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

 a { background-color: rgb(207,230,138); }

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

border-color css

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

 span { border-color: rgb(207,230,138); }

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